• Hows it going, in need of some help, where in the theme editor source for Highstarter would I be able to modify to have the header image only display on the home page? or to have different header images per page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Atanas Yonkov

    (@nravota12)

    Hi jnlar,

    In order to have different header images per page, you can use the Unique Headers plugin. I have tested it and it works with the Highstarter theme.

    To remove the header image on all pages but the home page, use the following css code:

    .site-branding {
        display: none;
    }
    
    .home .site-branding {
    	display: block;
    }

    I like the Unique Headers plugin with the Highstarter Theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header image for homepage only’ is closed to new replies.