Change the color and size of the header box (the one with logo and menu)
-
Is there CSS that would allow me to change the color and size of the top white header box?
The blog I need help with is: (visible only to logged in users)
-
-
Adding the following CSS will decrease the height a bit:
#header .site-description { display: none; }
Hopefully that helps!
- The topic ‘Change the color and size of the header box (the one with logo and menu)’ is closed to new replies.