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 #2476500
Hide logo on mobile
Closed

Comments

  • julien78490 started the conversation

    Hello,

    How can I hide the Logo and the Header 3 on mobile?

    I can't find it in the customization

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

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

    Best Regards,

    PenciDesign

  • julien78490 replied

    Thanks :) 

    Have a great day !