Site logo

Archived topic

Home page header has different color.

6 replies · Started by Steven Dylan Spitz on April 13, 2018

Viewing posts 1–7 of 7

The background color of my main header has a different color (on the home page) compared to other pages. Any ideas?

Hi there,

You have this CSS added:

.home .site-header {
    background-color: #222;
    background-image: url(//www.hammerpedia.com/images/background-blur.png) no-repeat;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}

i'm migrating from a custom genesis theme. would you mind telling me where i can delete that added css. and thanks for all your help.

I can't really tell because you are using Autopimize and W3 Total cache.

The usual place to check would be any child themes or CSS plugins.

Thanks Leo. That was some css from my old genesis theme entered in Autopimize. It's fixed after removing. Should I maybe uninstall autopimize and reinstall with new settings?

thanks leo

This archived topic is closed to new replies.