View Full Version : How do I change Postbit info color?
Linkz0r
05-31-2009, 04:54 PM
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?
https://vborg.vbsupport.ru/external/2009/05/3.png
Lynne
05-31-2009, 05:11 PM
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 (http://www.vbulletin.com/docs/html/color_maps_thread)
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.
Seven Skins
05-31-2009, 08:49 PM
Find in postbit_legacy template:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Replace:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: #F5F5F5">
Change the BACKGROUND color to whatever you want.
.
Linkz0r
05-31-2009, 09:23 PM
Find in postbit_legacy template:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Replace:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: #F5F5F5">
Change the BACKGROUND color to whatever you want.
.
I done what you said and it changed the background colour, but now my postbit legacy layout is messed up
https://vborg.vbsupport.ru/external/2009/05/2.png
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.
Seven Skins
05-31-2009, 09:31 PM
There must have no line of code with this:
<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 .
Linkz0r
05-31-2009, 09:36 PM
There must have no line of code with this:
<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 .
Alright I private messaged you thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.