I’ve tried a couple different quick css snippets that I found in the forum like this one :
.header_color .sub_menu>ul>li>a {
color: blue;
}
Not working though.
was able to change the color of the font in the main menu using almost identical code but not sub menu.
How can I change this?
Thanks
Never Mind.
Fixed it with this code :
#top .main_menu .menu li ul a { color: blue!important;}