I’m trying to style a Sub-Navigation using Extra Class Name, but can’t seem to get it to work.
I have created additional CSS:
.subnav a: link {color:#ffffff !important;}
.subnav a: visited {colour:#ffffff !important;}
.subnav a: hover {color:#63cdf6 !important;}
.subnav a: active {color:#63cdf6 !important;}
And included subnav in the Extra Class Name field for the text element called “TEST” on the home page (left side of black bar after rev slider).
The rollover still calls the Accent colour, but I need the test to be #ffffff.
What am I missing?