Is there anyone who might be able to tell me where I should add the !important to get this to work?
.ow_main_menu li.active a,
.ow_main_menu li a:hover {
color: #ffffff; /** OW_Control type:color, key:menuHoverColor, section:4. Menu, label:Menu hover text color **/
-webkit-transition: background-color linear .1s;
background-color: #a9d300;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
I thought I placed it the right spot, but cant seem to get it to work.
Thx for your help :)