Martok
Well-known member
I've been through the Style Properties in the ACP several times and I can't for the life of me find where the text headings in Personal Preferences is coming from.
It's "Messages in Threads" that I want to change the colour of.
I've currently solved this by adding this to EXTRA.css:
which has changed it from the default of @primaryLighter.
However if it can be done 'properly' using one of the settings in Style Properties then I'd prefer to do it that way.
It's "Messages in Threads" that I want to change the colour of.
I've currently solved this by adding this to EXTRA.css:
Code:
.xenForm h3.sectionHeader {
color: @primaryMedium;
}
which has changed it from the default of @primaryLighter.
However if it can be done 'properly' using one of the settings in Style Properties then I'd prefer to do it that way.