Log in

View Full Version : Need some CSS Help


Sharingan_Okami
08-17-2014, 12:30 AM
Im trying to change the text color of this bottom text:

http://puu.sh/aVHlg.jpg

I just dont know where to go to change this :(

Can someone please show me where i need to go to edit this?

ozzy47
08-17-2014, 12:55 AM
That is controlled by the stylevar, forumbits_text_color, found under the group, Forums.

Note that changing that stylevar will also change some other elements color also.

If you don't want to do that, then add this to your additional.css
/* Start change forum description color */
.forumbit_post .forumdescription {
color: red !important;
}
/* End change forum description color */And change red as desired.

Sharingan_Okami
08-17-2014, 08:10 PM
That worked :D

Thank you so much!

ozzy47
08-17-2014, 08:13 PM
Not a problem, glad to help. ;)