• TheBudAdams

    (@thebudadams)


    I had a hover background color on my menu, not sure if this is universal, but I thought I’d share how I got the “rollover” state to remain while on the “active” page, if and when your theme adds a background to the active menu item… you may need to tweak the CSS if your theme is different, but this worked for me.

    .current_page_item a .menu-image {
    	opacity: 0 !important;
    }
    
    .current_page_item a.menu-image-hovered img.hovered-image {
    	opacity: 1 !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A CSS tweak…’ is closed to new replies.