Reply To: header colour

Homepage Community Forums Vintage Theme Support header colour Reply To: header colour

#18215
Wes
Moderator

    What @Andykev posted works, but you’ll also need to change the color here as well (line 1169) –

    .site-header.light {
    	background-color: #fff;
    	border-bottom: 1px solid #ddd;
    	padding-top: 0;
    }

    This will handle the background color for the sticky header/menu (whenever you scroll down).