Add background color to my header
-
I have a custom header for my site, but the background of my header is white. I’m looking to add color to the header since the page is white also. Can anyone help me add background color to my header space? Also, I want to get rid of the box that surrounds my header. Thank you in advance.
The blog I need help with is: (visible only to logged in users)
-
We can’t set a background color for the image via CSS. So please add the background color to the image while creating it.
This style removes the border around the header image.
#main-image img { border:none; } -
- The topic ‘Add background color to my header’ is closed to new replies.