Viewing 1 replies (of 1 total)
  • To hide your logo image on screen sizes 600px wide and smaller, add this custom CSS (Appearance > Customize):

    @media only screen and (max-width: 600px) {
        img.custom-logo {display: none;}
    }

    To change the toggle navbar color, add this custom CSS:

    .navbar .navbar-toggle {background-color: red;}

    Updated display should look like this:

    View post on imgur.com

Viewing 1 replies (of 1 total)

The topic ‘Logo mobile problem’ is closed to new replies.