Quote:
Originally Posted by CroNiX
try putting this in your additional.css
.wysiwyg.content {color:#FFFFFF}
or whatever color...
|
thanks. That didnt work but this did work:
.wysiwyg {color:#ffffff;}
--------------- Added [DATE]1293743135[/DATE] at [TIME]1293743135[/TIME] ---------------
So im trying to change the color of the text that appears on the side of the Profile page.
I see that the styling on Stylevars is being overwritten and I tracked it down and i find this:
#sidebar_container .blocksubhead
{
color: {vb:raw moduleinactive_text_color};
border-color: {vb:raw moduleinactive_border};
}
Is there anywhere I can change the settings of moduleinactive_text_color?