howell13 |
02-04-2011 05:25 PM |
Quote:
Originally Posted by DuNkLeArChOn
(Post 2155297)
on 4.1.1 - not realy, i cant change Header color font... and the Header-brackground is always the same like the doc_background ...
i hope that a update comes :) !!
|
In the XML files search for
Code:
/*************************************************/
/* HEADER */
.above_body {
background:{vb:stylevar doc_background};
Make the following change
Code:
/*************************************************/
/* HEADER */
.above_body {
background:{vb:stylevar header_background};
Change that in whatever XML file you are using before you upload it ... if you have already made a bunch of changes I guess you could export the style make the change and then re-upload.
Note* this error isn't present in the blackfolio themes, just the gray ones.
|