Color of Column title font?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Color of Column title font?
How can I change the color of the font for "forums, topics, post, latest posts."
under category header
http://michiganr-c.forumotion.com/
under category header
http://michiganr-c.forumotion.com/
Last edited by RcGUY on April 4th 2012, 9:05 pm; edited 1 time in total
RcGUY- New Member
- Posts : 8
Reputation : 1
Language : English
Re: Color of Column title font?
Hi!
Go to Administration Panel => Display => Templates => General => index_box. Find this:

Then go to Administration Panel => Display => Images and colors => Colors => CSS Stylesheet. Add this there, after that codes you have already:
Examples, here: http://www.w3schools.com/html/html_colors.asp
Go to Administration Panel => Display => Templates => General => index_box. Find this:
- Code:
<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>
- Code:
<tr id="font-color">
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>

Then go to Administration Panel => Display => Images and colors => Colors => CSS Stylesheet. Add this there, after that codes you have already:
- Code:
tr#font-color th{
color: #COLOR !important;
}
tr#font-color th.secondarytitle{
color: #COLOR !important;
}
Examples, here: http://www.w3schools.com/html/html_colors.asp
Guest- Guest
Re: Color of Column title font?
thank you. Fixed! Have a good weekend!
RcGUY- New Member
- Posts : 8
Reputation : 1
Language : English
Re: Color of Column title font?
Solved => Moved
Jophy- ForumGuru
-
Posts : 17924
Reputation : 835
Language : English
Location : Somewhere
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum