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

Comments

  • NeilB4TheKing started the conversation

    How do I hide the logo but show the Header Banner image on mobile devices only. 

    I would like to show both on desktop


  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px){
    #logo img{ display: none; }
    .container.has-banner .header-banner{ margin-top: 0; }
    }


    Best Regards,

    PenciDesign

  • NeilB4TheKing replied

    thank you that worked.