The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Links appearance in posts
Links in my posts are hard to see, because they are controlled by the same settings that dictate link appearance in other areas. I would like to customize how links appear inside posts in a unique way. Is this a template edit and if so, which template and how to edit?
|
#2
|
|||
|
|||
I just did this. In the templates:
postbit postbit_legacy I changed: Code:
<div id="post_message_$post[postid]">$post[message]</div> Code:
<div class="message" id="post_message_$post[postid]">$post[message]</div> Code:
.message a:link { color: #576389; font-weight:bold; } .message a:visited { color: #576389; font-weight:bold; } .message a:hover { color: #FF0000; text-decoration: none; font-weight:bold; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|