![]() |
Changing link color in postbit only
Heya guys, how do i change just the posbit bit link colour so when people post any links that are posted are a different colour. since when i change the link colours in the MAIN CSS bit they change the whole forums links to the same color. i only want the links in a post to be different.
any idea's? |
in postbit find this:
Code:
<div id="post_message_$post[postid]">$post[message]</div> Code:
<div id="post_message_$post[postid]" class="message">$post[message]</div> Code:
div.message a, div.message a:visited { color: whatever; } |
thanks i'll give this a try
|
Thanks, this worked for me after I also added:
Code:
div.message a:link { color: #0099ff; text-decoration: underline} |
All times are GMT. The time now is 05:48 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|