Remove onload blue bar on submenu item - keeping hover behavior
Hello
I'm trying to remove the blue banner that appears when the page loads just when a menu item has a submenu
I found the code :
#Top_bar .menu > li a:after {
background: color: #02b3f9;
}
As i"ve just want to apply to 1 element id="menu-item-2277" so i try :
#menu-item-2277 .menu > li a:after {
background: #transparent;
}
but unsuccessfully, Is it possible while keeping the hover color behavior
Best regards
Comments
please send a link to your page, we have no idea what do you mean.
thanks