Reply To: header colour

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

#18095
Andykev
Customer
    /* # Site Header
    ---------------------------------------------------------------------------------------------------- */
    
    .site-header {
    	background-color: #CE1A1A;
    	border-bottom: 1px solid #ddd;
    	left: 0;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 999;
    }

    Change the background-color attribute. About line 1148 in the demo. Look there.