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 #2839619
Disable Logo on mobile
Closed

Comments

  • rcorten started the conversation

    Hi, first of all thanks for the great theme, which I really enjoy.

    I have a question or a problem what I can not get solved.

    I would like to disable the logo from the top in the mobile view. Only the logo in the bar, where the hamburger menu can also be seen, should remain.

    How can I do that?

    Thanks a lot!

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

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

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


    Best Regards,

    PenciDesign

  • rcorten replied

    awesome! It works :-D