
You should be able to see which line of CSS-style sets the color to red. Usually I just do a folderwide search for the element that gets that style. Typically one element that stands out. Then I go over the properties that are defined after the curly brackets. If the layout looks similar to the inspector, usally there is a match.

Hello @snowyn,
Il you .less file add :
@base-em-color: #D05;
Change the color to like you want to. 🙂
Mat

Hi Mat -- this will fix it, yes! of course, I was searching the less files for italics! Not em. Brilliant, thank you so much.
And Didou, thank you as well, though I wasn't clear about how to implement your suggestion, it was a bit vague.
Wyn