The Arcive of vBulletin Modifications Site. |
|
background colors Details »»
|
|||||||||||||||||||||||||
I see many threads on the subject and it has helped me tremendously. However, there is one small part at the top that just will not change colors. Can you help me out? Thanks
http://www.dawgsaloon.com/arcade.php Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
go into your arcade css and change the color of tyour alt1 and alt2..
|
|
#3
|
|||
|
|||
|
I see this but how do i change the color?
background:{vb:stylevar formrow_background.backgroundColor}; color: {vb:stylevar blocksubhead_color}; --------------- Added [DATE]1316566185[/DATE] at [TIME]1316566185[/TIME] --------------- never mind, got it thanks. Code:
.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
}
|
|
#4
|
||||
|
||||
|
no problem..
|
![]() |
|
|