• Hi,
    I want show the header-image / slider only on the homepage (static page). How I can hide it from the other pages and from the blog?
    Thanks for help!
    Best Marc

Viewing 1 replies (of 1 total)
  • A simple non-code-editing way I found to remove it from the blog was to add the following custom CSS to Appearance -> Theme Options -> Design tab -> Custom CSS box:

    .blog #featured-slider {
       display:none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘show the header-image / slider only on the homepage’ is closed to new replies.