The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing the forum name link color
See attachment. I'm looking to change just the color of the forum links.
On my vB3 site, they're white, I'd like to keep them that way. The actual CSS that controls them is link_color, but that changes every other link on my site. (And that looks rather awful). What's the cleanest way to go about ONLY changing the color of the forum links? Thanks! |
#2
|
|||
|
|||
I sorted this out.
In forumhome_forumbit_level2_post: Look for: Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2> Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}"><div class="mg-forumtitle">{vb:raw forum.title}</div></a></h2> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|