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 #2777438
Hide Logo
Closed

Comments

  • Mohammed858 started the conversation

    Hi,

    Would it be possible to hide the div "logo" with CSS, when on a small screen (small enough to have the hamburger menu show up) ?
    I just don't like to have the logo repeated twice.

    Best Regards
    ilaams

  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS, then paste the following CSS code:

    @media only screen and (max-width: 960px) {
        .container.has-banner #logo {
            display: none;
        }
    }
    Best Regards,
    PenciDesign.