hi on my menu once i have clicked a sub menu it changes colour and i cannot see where i can select what colour this is or change it at the moment it is set to a horrible green and i wish to change it please look at my site clisck one of the drop down sub menus under services and you will see what i mean
Hey jayfarr1982,
Add this to quick css and change the color to what you want:
.current-menu-ancestor .avia-menu-text{
color:red;
}
However, what you need there seems to be an !important declaration on the green (#8bb936) that will need to be removed first before my code can take presidence.
Best regards,
Jordan Shannon
can you give me the complete code including the important! code that removes the (#8bb936) colour
many thanks
Hi,
That is the complete code. You will need to search your css files for this string:
#8bb936!important;
and remove it.
Best regards,
Jordan Shannon