Log in

View Full Version : Quick question! How do I change THIS color?


Pirat3
09-07-2011, 10:25 PM
I want to change the color of this logo/background blue to black...how can I do this?

https://vborg.vbsupport.ru/external/2011/09/37.png

I cant find the correct area in stylevars -.-

ps: its not part of the logo image

HMBeaty
09-07-2011, 10:38 PM
AdminCP > Styles & Templates > Stylevars > Header > header_background

Pirat3
09-07-2011, 10:46 PM
Nope that didn't change it either. I have attached the XML/theme maybe you can see exactly where it is. I think I changed almost everysingle value in stylevars but still could not find it.

Here is my theme (http://www.multiupload.com/LXMJ2XIEJ5).

HMBeaty
09-07-2011, 10:51 PM
A link to your site would probably be better :)

Pirat3
09-07-2011, 11:01 PM
thanks, sent you a PM :)

HMBeaty
09-07-2011, 11:11 PM
Try adding this code to your additional.css:
.doc_header a {
background: #000000;
}

Pirat3
09-07-2011, 11:22 PM
Try adding this code to your additional.css:
.doc_header a {
background: #000000;
}

That worked! Super thanks :)

HMBeaty
09-07-2011, 11:23 PM
No problem :)