Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #566541

    While using the transparent/glossy header, my dropdown menus had a solid background.

    I want the drop downs to match the entire header and also be the same semi-transparency. I have searcher but none of the code seemed to work for my site.

    #566680

    Hi shefferz!

    Add this to your custom CSS.

    ul.sub-menu {
        background: rgba(0,0,0,0.3) !important;
    }
    .menu-item a { background: transparent !important; }
    

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.