Shrink Header & Change Header Color

  • Is there a way to reduce the vertical height of the header and change the color without changing the color of the rest of the background? On my blog, I’d like my logo to be floating over the same color as the menu bar and to cut the size of that vertical header space almost in half.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    If you upgraded to Custom Design than please use the following CSS Code Snippets for your desired changes.

    Is there a way to reduce the vertical height of the header

    body .site-branding {
    	min-height: 80px;
    }

    and change the color without changing the color of the rest of the background?

    body .site-header {
    	background: #897953;
    }

    Thanks

  • The topic ‘Shrink Header & Change Header Color’ is closed to new replies.