• Resolved virginia76

    (@virginia76)


    Hi there,

    I’ve just updated my site to the spacious theme and I love it. My only issue is that I would like to use the header image on all the pages except the home page as I have the slider on the home page. Is there a way to suppress the header image from just the home page?

    Many thanks
    V

    • This topic was modified 5 years, 6 months ago by virginia76.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    I have had the same problem, and I got following answer:
    Hi,

    For showing the different header on different pages you need to use a plugin. For that, you can do so by going to the WordPress Plugin repository and search for the plugin to do the same.

    Thanks.

    Thread Starter virginia76

    (@virginia76)

    Great thank you – did you have any luck with the plug in? Do you have a plug in name to help narrow down the search?

    Many thanks
    V

    Hi @virginia76,

    If you just want to hide the header image from the homepage, then you can do so using the Additional CSS and don’t need to use an additional plugin. For doing so, go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .home .wp-custom-header{
    	display: none;
    }

    Thanks.

    Thread Starter virginia76

    (@virginia76)

    Hi Rajesh,

    Perfect, thank you. That’s worked ??

    Many thanks
    V

    Hi @virginia76,

    Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

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