Log in

View Full Version : background colors


dawges
09-20-2011, 09:58 PM
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

Hippy
09-20-2011, 11:13 PM
go into your arcade css and change the color of tyour alt1 and alt2..

dawges
09-20-2011, 11:44 PM
I see this but how do i change the color?

background:{vb:stylevar formrow_background.backgroundColor};
color: {vb:stylevar blocksubhead_color};

--------------- Added 1316566185 at 1316566185 ---------------

never mind, got it thanks.

.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
}

Hippy
09-21-2011, 12:01 AM
no problem..