The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing URL colour only in post
Hi,
Ive tried searching the forums for a simple mod that would allow me to change the URL link colour only in thread replies, as its very hard to see on my board, is there anyway to do this easilly and efficiently? see this img to get an idea of what my forum URLs look like in thread: \ Thanks |
#2
|
||||
|
||||
seems like this isnt something easy :erm:
|
#3
|
||||
|
||||
You will need to edit the postbit template and change the CSS styling for the "message".
|
#4
|
||||
|
||||
Thanks for the reply, could u be a bit more specific as im not too good with the styling, btw im using the postbit legacy template
|
#5
|
|||
|
|||
I want to do exactly this... could really use some help on how to edit the CSS properly.
Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> |
#6
|
||||
|
||||
Replace the $post[message] line with this:
HTML Code:
<span class="post_custom">$post[message]</span> Code:
.post_custom a { color: #000000; } |
#7
|
|||
|
|||
Thanks so much, exactly what I needed!
|
#8
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|