• I’ve recently installed and started modifying the music lite theme, and have hit upon an issue.
    The home page image is showing up on the blog post page, I don’t want this to happen. Can someone explain the best way of changing it so that when the news blog page loads there is no image?

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

Viewing 1 replies (of 1 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    You can hide the header image on the blog page by adding the following CSS:

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

    I hope this helps. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove home page image from blog post page’ is closed to new replies.