Hi,
is it possible to have different colors for the header & the footer?
When I change it in the settings, these 2 colorparts are linked to each other.
Can i change some code to have a different color for both parts?
thanks in advance!
Rob.
Hi,
is it possible to have different colors for the header & the footer?
When I change it in the settings, these 2 colorparts are linked to each other.
Can i change some code to have a different color for both parts?
thanks in advance!
Rob.
Hey,
to do this you can open your css folder and open custom.css
For the header color add
#header{
background:#ff0099;
}
Of course you can change the color code.
For the footer you can add the following to the same file.
#footer, #footer a, #socket, #footer_extra_text_div{
background-color: #fff !important;
}Hi Chris,
I'm afraid it's not that simple? Or am I wrong?
When I add this code (at the end of the style.css-file, my header and footer still have te same color as if specified in the theme-options.
What can I be doing wrong?
Thanks already for your previous reply!
Greets,
Rob.
Hey,
please put the code in css/custom.css or in the quick css field. Very likely some other rules in overwrite the style.css code. The code Chris posted above is correct.
Excactly,
it is working perfectly (when I add this to the quick ccs fiefd.
thank you for the help!!
Greets.
Glad that I could help you :)
You must log in to post.