Title: Remove Logo from Menu
Last modified: October 28, 2018

---

# Remove Logo from Menu

 *  [Tsunning](https://wordpress.org/support/users/tsunning/)
 * (@tsunning)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/)
 * Hi,
 * is there a way to remove the logo from the slide-out menu on the left? It’s already
   in the header, so I don’t need it again when the menu slides out.
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-logo-from-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/#post-10824663)
 * Hello there,
 * Please try adding this CSS code to **_Appearance > Customize > Additional CSS_**
   from dashboard.
 *     ```
       .site-header .col-md-4 > * {
         opacity: 0; 
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [Tsunning](https://wordpress.org/support/users/tsunning/)
 * (@tsunning)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/#post-10828298)
 * HI Kharis,
 * thanks for the quick response. I tried the CSS coding, but what happened is that
   the logo on the page disappeared, along with the three lines to make the menu
   slide out. What I want is the logo on top of the menu items to disappear.
 * Cheers,
    Loretta
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/#post-10828666)
 * Hello there,
 * I am sorry for incorrect code. I couldn’t see your menu items because your site
   isn’t publicly accessible –“coming-soon” mode seems active. Is there any other
   way to access it?
 * Regards,
    Kharis
 *  Thread Starter [Tsunning](https://wordpress.org/support/users/tsunning/)
 * (@tsunning)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/#post-10829692)
 * Hi Kharis,
 * my site is still in its beginning stages, so not public yet. Heres a screenshot
   of what I mean though: [https://imgur.com/a/eVlF8eP](https://imgur.com/a/eVlF8eP)
   I wants the top left logo to disappear.
 * Regards,
    Loretta
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/#post-10867655)
 * Hello Loretta,
 * Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
 *     ```
       .mobile-branding .site-branding {
         height: 0;
         overflow: hidden;
         opacity: 0;
       }
       ```
   
 * Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Logo from Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/talon/1.08/screenshot.png)
 * Talon
 * [Support Threads](https://wordpress.org/support/theme/talon/)
 * [Active Topics](https://wordpress.org/support/theme/talon/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/talon/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/talon/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/remove-logo-from-menu/#post-10867655)
 * Status: not resolved