Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

How to Take Logo Out of Navigation Menu? [closed]

I was going to leave this as a comment since questions about CSS are off-topic here, but it wasn’t going to fit.

There is a rule in your inline CSS at line 75, which hides the menu of the screens sized less than 750 pixel. This is it:

@media only screen and (max-width: 750px) {
    #top-navigation {
        display: none !important;
    }
}

Which hides both your logo and the menu. To revert this, you can either add your image outside the #top-navigation, or hide only the menu, not the whole navigation.

For example, add a simple media query and add it to Appearance > Customize > Custom CSS:

@media only screen and (max-width: 750px) {
    #top-navigation {
        display: block!important
    }
    #top-navigation .sf-menu {
        display: none !important;
    }
}

Related Posts:

  1. How am I supposed to use index.html?
  2. CSS Background Opacity [duplicate]
  3. Making a
  4. How to align a
    to the middle (horizontally/width) of the page [duplicate]
  5. Is there a color code for transparent in HTML?
  6. multiple classes on single element html
  7. How to insert spaces/tabs in text using HTML/CSS
  8. How to get these two divs side-by-side?
  9. Is there a color code for transparent in HTML?
  10. “Stray start tag footer” in html validator?
  11. Make div scrollable
  12. How to make the HTML link activated by clicking on the
  13. ?
  14. How to change text transparency in HTML/CSS?
  15. HTML Width Percentage
  16. Text-decoration: none not working
  17. right align an image using CSS HTML
  18. Why are my CSS3 media queries not working on mobile devices?
  19. How to completely remove borders from HTML table
  20. How do I right align div elements?
  21. Why “Inline-block” doesn’t work properly in this CSS?
  22. How to fix a footer overlapping content?
  23. How to word wrap text in HTML?
  24. How would you make two
    s overlap?
  25. What’s the HTML to have a horizontal space between two objects?
  26. How to center HTML5 Videos?
  27. HTML/CSS float: left; is not working properly
  28. height style property doesn’t work in div elements
  29. How to get current screen width in CSS?
  30. CSS “margin: 0 auto” not centering
  31. margin-right is not working with my HTML. How can I center my content?
  32. how to center an inline div using css?
  33. How to center HTML5 Videos?
  34. How can I insert vertical blank space into an html document?
  35. HTML span align center not working?
  36. How to place Text and an Image next to each other in HTML?
  37. How to have an anim gif on a link and play it on hover and reset
  38. Align
    elements side by side
  39. Align text to the bottom of a div
  40. How to make a
      display in a horizontal row
    • Set bootstrap modal body height by percentage
    • CSS – display: none; not working
    • Failed to decode downloaded font
    • Delete white space between divs
    • Center HTML Input Text Field Placeholder
    • creating a chevron in CSS
    • Display Images Inline via CSS
    • Text wrapping around a div
    • CSS/HTML: Create a glowing border around an Input Field
    • Why CSS3 Animation is not working?
    • Need to make a clickable
      button
    • Set line height in Html

      to make the html looks like a office word when

      has different font sizes

    • How to make fixed header table inside scrollable div?
    • Using margin / padding to space span tag from the rest of the p tag
    • How to expand textarea width to 100% of parent (or how to expand any HTML element to 100% of parent width)?
    • Removing whitespace between HTML elements when using line breaks
    • CSS fixed width in a span
    • How to get multiple images to auto resize and stay centered within a div
    • Why are my divs overlapping?
    • How to make canvas responsive
    • How can I center
      • into a div?
      • How to align this span to the right of the div?
      • WordPress Admin Bar Overlapping Twitter Bootstrap Navigation [closed]
      • How to Add Admin Bar and Admin Menu or Submenu Notification Bubbles?
      • Why is WordPress changing my HTML code
      • raw code vs wordpress
      • Adding HTML to the Header, Screws up in IE7
      • Write text below a specific part of a sentence
      • WordPress stripping out BR tags, need assistance
      • How to add an RSS logo to my blogs header?
      • How to insert html/css/javascript code to wordpress plugin
      • How can i add note, caution, warning quote inside the text? [closed]
      • how to setup content on a static frontpage with css and xhtml
      • How to integrate my HTML and javascript into my child theme
      • How to create fa-bars animated menu
      • Get a blank line after div by simply leaving an empty line in the editor
      • Changing CSS FilePath for All Pages
      • Can’t Display Table Headers in Responsive table layout
      • What makes WP so SEO friendly?
      • Title has word broken when viewed in mobile [closed]
      • wordpress css file
      • how to hide submenus for the not active pages
      • How can I get the search form to be selected automatically?
      • How to deal with logo color on dark mode?
      • Google yolo one tab signup plugin avilable in wordpress? [closed]
      • CSS – Initial HTML Margin Issue On WordPress Site
      • Cannot set property ‘className’ of null at setThemeFromCookie
      • Disable File Editing function
      • Some Text of website page on Iphone Safari become invisible
      • Get post format and use it as a CSS class in different spans
      • Is it safe to use WordPress generated classes?
      • HTML email sent with wp_mail shows plain text
      • custom header navigation has odd spacing [closed]
      • How to change the settings of a video? [closed]
      • Simple way to add custom class and ids to individual Gutenberg blocks
      • Acessing HTML element with no specific tag on it [closed]
      • How to Add a Read-only Textbox With Text in it That Has a Button to Copy it?
      • Custom CSS is not working?
      • Responsive issue with secondary logo – not sticking in position [closed]
      • Earlier stylesheet not overriding later one
      • how to stop the shaking effect on my homepage [closed]
Categories CSS Tags css, html, logo
Use WP_Meta_Query To List All Values For 1 Key On Page Template
WordPress Images Are Not showing After Changing Directory Name

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress