Reply To: Navbar Color

Homepage Community Forums Aspire Theme Support Navbar Color Reply To: Navbar Color

#19099
Eric
Customer

    You’ll need to edit your style.css file to do this. Open up your CSS and search for .site-header.light { which should be on line 1183. You’ll see the background color and be able to change the color from there –

    .site-header.light {
    	background-color: #000;
    	padding-top: 0;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com