Responsive header sub-navigation background

Header sub-menu has no background when viewed on responsive. This makes the navigation hard to see or read when appearing over a photo. Where do I set this?

Comments

  • Hi,

    please send us link to page/s where you would like to do above changes first so we can have a look on it and give you best possible solution.

    Thanks!
  • Site is beta-development.com
    Let me know if you need or would like a user account to get inside.
  • Issue appears when on desktop browser also. If the view is zoomed in to the point where the navigation display condenses, then the drop down menu needs a background for legibility. Where would that be specified?
  • Ok, thanks. We can see where the problem is but this has been fixed quite long time so if you will update your theme to latest version, the menu would be fine. Or if this is the only thing you would like to sort and don't want to update theme, please use the following css:
    @media only screen and (min-width: 768px) and (max-width: 1239px) {
        #Top_bar #menu { background: #FFF !important; }
    }
Sign In or Register to comment.