Hi
I woulkd like to change the background color on the header (or remove the header - see other thread).
I have tried this code that I found here - I put it in the quik CSS and Im using a childtheme. It works with the footer.
What do I do wrong?
kind regards
John
http://www.carriercarrier.se/wordpress
#top-header{
background:-color:#F03F35;
}
#footer, #footer a, #socket, #footer_extra_text_div{
background-color: #F03F35 !important;
}














