• Resolved jodiseidenberg

    (@jodiseidenberg)


    Advance apologies if this is a totally boneheaded question, but how do I get my header image to appear on my home page only? I have noodled around the Matheson theme settings and can’t find/figure out any way to do this. Could someone please point a newbie in the right direction. Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jodiseidenberg

    (@jodiseidenberg)

    I found my answer. I used the SimpleCSS plugin and pasted this into the Customizer:

    .header-img {
    display: none;
    }

    .home .header-img {
    display: block;
    }

    Worked like magic. Thanks so much!

    Is there any way this can be developed so that I can get different header images on different pages?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image on Home Page Only????’ is closed to new replies.