Hi there,
i tried to change the Text color of the highlighter module by using css override in the template in activated mode.
The size did change but the color did not.
I used these lines of code:
.gkHighlighterInterface span.text {
color: #ff0000;
font-size: 16px!important;
}
Thanks for any hint that will help.