PDA

View Full Version : Colored text in thread titles.


wtfaatp
03-02-2011, 07:19 PM
Basicly wondering how to go about it?
tried HTMl, Css, BBcode

Randomm
03-02-2011, 07:31 PM
I'd like to know too

wtfaatp
03-04-2011, 06:59 PM
I take it no one's Gonna reply :\

Randomm
03-05-2011, 09:10 PM
Here, I found the answer

Go to
Admincp>Edit Templates>CSS Templates>additional.css

Add this code at the bottom
.threadbit .title {color: ?????;}

???? = any color you want

wtfaatp
03-05-2011, 11:45 PM
Yea but that changes the entier thread color i only want certain Text changed... Like on the forums here they have different colors :|

Lynne
03-06-2011, 02:33 AM
You just want to change the thread title color on the forumdisplay page? That is stylevar link_color. That stylevar effects other areas also. If you just want to do the thread titles on the forumdisplay page, then add some css to the additional.css template - something like:
.threadtitle a {color: blue;}