How to change the header background color

May 2014 WordPress Theme
GK User
Sun Jan 18, 2015 4:24 pm
Hello

I just installed the Storefront template and would like to know how to change the header background color
The color behind my logo

www.housepacificradio.com
User avatar
Fresh Boarder

GK User
Mon Jan 19, 2015 9:44 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
#gk-header-nav {
   background: #aaa;
}

and use your own color value.
User avatar
Moderator


cron