• I stick the main menu and works perfect but the “sticky menu” is semitransparent. I think it has 80% opacity. I want to be 100%, pure black; I don’t want to see nothing that pass behind the menu.
    How can i do this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, thanks for trying my plugin. ??

    The opacity is how it is defined in your theme. You can fix it by adding this to your CSS code:

    @media screen and (min-width: 768px) {
       .o-primary-navigation {
          background-color: black;
       }
    }

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘sticky menu opacity’ is closed to new replies.