MyBB Community Forums

Full Version: Changing forum index color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello ,
i want to change the color for the index forum , also the Description for the forum .
i apraciate any help .
Best Regrads
by saying color of index you mean the background color...
or the color of the table heads???
(2012-11-05, 08:29 AM)mmadhankumar Wrote: [ -> ]by saying color of index you mean the background color...
or the color of the table heads???

NO sir ,, i refer to the font color for the forums name and descriptions for the forums also .
thanks for your fast replay
forums name: in global.css change color property in a:visited and a:link

descriptions for the forums: in global.css change color property .smalltext


but that should change font color of most links and elements on your forums
(2012-11-05, 09:30 AM)mmadhankumar Wrote: [ -> ]forums name: in global.css change color property in a:visited and a:link

descriptions for the forums: in global.css change color property .smalltext


but that should change font color of most links and elements on your forums

thanks ,
and if i want to change only one forum color and leave the rest of the forums as defult ..
for example : to change the forum ( forum rules ) in other color , but the rest of the forum be in defult color
Thanks again for your time
use simple html in forum title in Admin CP....

try this...
<span style="color:red;">Forum Name</span>

change color as per your wish
Thanks ,,
one more question , how i change font size also in HTML .. sorry for my buggy questions .
<span style="color:red; font-size:{size}px">Forum Name</span>
I think it might be wrong. But then no harm in trying
(2012-11-06, 08:12 PM)feeling_bored Wrote: [ -> ]Thanks ,,
one more question , how i change font size also in HTML .. sorry for my buggy questions .
JordanMussi was right... use it... define the size in any pixels you need

example:
<span style="color:red; font-size:15px">Forum Name</span>
Thanks all for the fast help .. YES , working good ..
another and the last question .. if i want to add an icon before the forum name .its possible with the HTML code , cuz i dont want to use a plugin for that ...
thanks again both of you .
Best Regrads
Pages: 1 2