View Full Version : Style Var question!
hardboiled
01-18-2011, 04:39 PM
Hello and good afternoon,
I was wondering how one would go about changing the color of the forum text? I've attached an image with an orange arrow pointing to the text I'm talking about.
Thanks for you help
TheLastSuperman
01-18-2011, 05:39 PM
StyleVars > Links > link_color
However since you have a dark style... you might want the links that grey color or another and simply forum titles another color so I would edit forumbits.css and find:
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;
}
Now add in the color you want ;) i.e.
.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
color: #ff0000;
font-weight:bold;
}
You could also do a :hover version of that as well if you wish otherwise it will hover the same color ;).
hardboiled
02-02-2011, 05:35 PM
Thanks man.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.