Coloring Active State Menu

Hi there,

I want to ask, i need to change the color of active state in my website menu. It is the color that appear in the menu when the page of the menu loaded. So, i add this code:
#menu-menu-utama .menu-item > a:active { box-shadow: 0 4px 0 0 #f04a20 inset }

And it doesn’t work.

While the code below here is work for “normal” state:
#menu-menu-utama .menu-item > a:hover { box-shadow: 0 4px 0 0 #f04a20 inset }

Hi There,

Thanks for writing in!

Can you please try this CSS and let us know if that helps!

#menu-menu-utama .active-menu-item > a {
box-shadow: 0 4px 0 0 #f04a20 inset;
}

If that doesn’t help please send us your website URL so that we can have a look.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.