I would like to change the font size in the highlighter, I don't know how to do it.
I have tried some code in the style.php file in the module highlighter but it doesn't work.
Thank you
#gkHeader .gkHighlighterInterface span.text {
font-size: 11px; /here you can set your size.
}
#gkHeader .gkHighlighterInterface span.text { font-size: 12px; }
#gkHeader .gkHighlighterWrapper span span { font-size: 12px; }
#gkHeader .gkHighlighterWrapper a { font-size: 12px; }