Reply To: change header backgrounds color

#2262
livemesh
Keymaster

You can change the header background color by inserting the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file –

#header {
background:#ddd; /* Change to desired color */
}

For changing the color of the social icons shown in the header, you will need to modify the color the image sprite in the folder – images/social-icons/social-sprite.png. The PSD for this icon is included with the theme which will enable you to change the color quickly and upload the changed sprite to the server.