• Resolved thetealjournal

    (@thetealjournal)


    Hi there,
    I have been chatting to someone in Jetpack support and they have redirected me back to this forum. I would like to change it so that the header image, the sunset shot with a person sitting in the bottom left, only shows on the home page. At the moment it is coming through on all pages. Can someone help me with this please?
    Many thanks,
    Sally

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello thetealjournal,

    Add below css code into your current active child theme’s style.css file or you can also add it to additional css option in theme customize.


    .header-image {
    display: none;
    }
    .home .header-image {
    display: block;
    }

    Hope this will helps you.

    Thanks!

    Moderator Kathryn Presner

    (@zoonini)

    @thetealjournal – are you all set? It’s always appreciated when you let a volunteer know whether their solution did the trick, and mark the thread as resolved.

    @addweb-solution-pvt-ltd – thanks for lending a hand!

    Thread Starter thetealjournal

    (@thetealjournal)

    Hi Kathryn, thank you for the follow up, and for letting me know that I can reply and mark the case as resolved. I was not aware I could do that in Word Press.org. Yes, I am delighted to say that the header image now only shows on the home page. So, thank you @addweb-solution-pvt-ltd for your coding and helping me to get this sorted. Many thanks, Sally

    Moderator Kathryn Presner

    (@zoonini)

    Wonderful, glad you’re all set!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header image on home page only Canard Theme’ is closed to new replies.