Change Highlighter Text Color
Permalink
Hi
I have a theme which has a dark red background, and I am struggling to see the text that is added to the highlighter (eg 'Add to Main')
I'm trying to change it to white, but so far had no success...
I've tried using a few things in my style sheet:
#ccm-highlighter {color:#FFF !important; }
#ccm-highlighter p {color:#FFF !important; }
#ccm-highlighter p > span{color:#FFF !important; }
But no luck... Am I targeting the wrong element? Or is there something I'm just not getting here?
Cheers, Pat
I have a theme which has a dark red background, and I am struggling to see the text that is added to the highlighter (eg 'Add to Main')
I'm trying to change it to white, but so far had no success...
I've tried using a few things in my style sheet:
#ccm-highlighter {color:#FFF !important; }
#ccm-highlighter p {color:#FFF !important; }
#ccm-highlighter p > span{color:#FFF !important; }
But no luck... Am I targeting the wrong element? Or is there something I'm just not getting here?
Cheers, Pat