Remove the gray field on my blog
-
How do I remove the gray field on my blog?
It’s under my header (a picture)
i want it white, not #E6E6E6
The blog I need help with is: (visible only to logged in users)
-
You can turn the background for the header area white like this;
.site-header { background: #fff; }Or you can remove it completely like this:
.site-header { display: none; }
- The topic ‘Remove the gray field on my blog’ is closed to new replies.