Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1320707
Sign up form
Closed

Comments

  • Tamar started the conversation

    1. Is it possible to remove the  sign up form that is just under the pencil slider from the mobile view only?


    2. Also can you please explain how to remove the sign up form from the main body entirely and only have it in the side navigation?

    Thank you 

  •  2,699
    PenciDesign replied

    Hi,

    1/ To remove sign-up form on the header for mobile view only, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 768px){
    .penci-header-signup-form{ display: none; }
    }

    2/ To remove the sign-up form on the header, please go to Appearance > Widgets > drag & drop widget "MailChimp SignUp Form" outside "Header Sign-Up Form" sidebar.

    Best Regards,

    PenciDesign