Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146378
    israel_finn
    Participant

    I’d like to make the secondary menu background transparent, even on hover.

    Thanks! https://israelfinn.com/

    #146403
    Skandha
    Participant

    @israel_finn: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #secondary-menu {
    	background-color:rgba(236,235,230,0.0);
    }
    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a {
    	background-color:rgba(236,235,230,0.0);
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146482
    israel_finn
    Participant

    Perfect, thanks!

    #146515
    Skandha
    Participant

    @israel_finn: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making secondary menu transparent’ is closed to new replies.