Can I change that my homepage picture shows up on every page?

  • Unknown's avatar

    I have a picture on my homepage that I just want on my homepage, but it shows up on every post and my about page. How do I change it so it only shows up on the one page?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi annieadra

    You need to be on the WordPress.com Premium Plan for custom CSS to save. You can only preview custom CSS on the free plan.

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    The following custom CSS should work for you.

    .header-image {
    	display: none;
    }
    
    .home .header-image {
    	display: initial;
    }
  • The topic ‘Can I change that my homepage picture shows up on every page?’ is closed to new replies.