The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I change Postbit info color?
Hi, I would like to change whats in the image below to a darker color, so it stands out more on my template, any ideas how?
|
#2
|
||||
|
||||
This should help with the class to modify. However, if you alter the class, it will change in other areas on the site. Thread Template
If you don't want to modify the color in other areas, you will have to add a background color to the td tag for that area. |
#3
|
||||
|
||||
Find in postbit_legacy template:
HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: #F5F5F5">
. |
#4
|
||||
|
||||
Quote:
Is there anyone that would be able to take a look at my postbit Legacy template code and fix this for me, or anyone that has a solution for this that could post here? The website if you wish to take a look at the template error http://www.club-gamer.com Thank you. |
#5
|
||||
|
||||
There must have no line of code with this:
HTML Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
You can post your template here or send it to me in PM . |
#6
|
||||
|
||||
Alright I private messaged you thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|