I'm trying to get a lighter color into the Header Text of the forum (As per the one above).
Going through the css file of the theme, I see this:
/*/////////////////////////// - FORUM VIEW - HEADER
\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* middle header section Handles title colors (Forums, Threads, Posts)*/
.Forum_Header{background: url('images/header_bg.jpg') top left repeat-x;}
/* Text used in Forum_Header areas */
div.Forum_HeaderText, div a.Forum_HeaderText:Link, div a.Forum_HeaderText:visited, div a.Forum_HeaderText:active, div a.Forum_HeaderText:hover{font: normal bold 10px Helvetica, Arial, San-Serif;color:#fff;text-transform:uppercase;}
That's what I want to change. The issue is that it is set to #fff (white) by default, which is what I expect based on the color shown in the header above. The issue I am having is that on my forum, the color is actually black, which against the dark blue background of the header, makes it hard to read.
Does anyone have a skinning guide for the forums cretaed yet?
Cheers
Dave