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 }