sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi, since you didn’t provide a link to your site, I went off of the demo site and this custom CSS should do it for you.
.sub-menu a {
color: orange !important;
}
Thread Starter
ronstv
(@ronstv)
Hi, thanks but it’s still showing as white,
I’ve tried deleting cookies etc and refreshing but still white.
Thanks
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Is the site live so that I can take a look at it? Working off the Sequential demo site that code works. You can try this, which has a more specific CSS selector.
.main-navigation .sub-menu a {
color: orange !important;
}