• Hello. I’ve set up a header image and I’d like the boxes around main menu items to be visible or even opaque.
    I can see that there’s a box around the menu, but it’s almost transparent.

Viewing 1 replies (of 1 total)
  • Not sure what you are referring to but you could try:

    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        max-height: none;
        overflow: visible;
        opacity: 0 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Making main manu opaque’ is closed to new replies.