Title: Logo mobile problem
Last modified: October 26, 2018

---

# Logo mobile problem

 *  [raqbiel](https://wordpress.org/support/users/raqbiel/)
 * (@raqbiel)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/logo-mobile-problem/)
 * Hello!
    I have some css issue. I need to remove logo from my phone version cuz
   it’s just over my slider.I want to change my toggle navbar color from black on
   red.Someone could help me?
 * Thanks you guys 🙂
    -  This topic was modified 7 years, 6 months ago by [raqbiel](https://wordpress.org/support/users/raqbiel/).
    -  This topic was modified 7 years, 6 months ago by [raqbiel](https://wordpress.org/support/users/raqbiel/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-mobile-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [cleancoded](https://wordpress.org/support/users/cleancoded/)
 * (@cleancoded)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/logo-mobile-problem/#post-10820250)
 * 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](https://imgur.com/a/6jFAPEE)

Viewing 1 replies (of 1 total)

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

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [cleancoded](https://wordpress.org/support/users/cleancoded/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/logo-mobile-problem/#post-10820250)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
