Hide ethos blog post slider on all other pages except home page

Hello, how do i hide the ethos blog post slider above the masthead on all pages and post, except home page? So only visible on home page?

Thanks

Hi There @RPronk

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-post-slider {
    display: none;
}
.home .x-post-slider {
    display: block;
}

Hope that helps.

1 Like

Hey there, no it did not. I mean the slider on top

Hey @RPronk,

You’re probably referring to the Post Carousel. Try changing the .x-post-slider selector with x-post-carousel in the code @mldarshana gave previously.

Yes works!!!

Thanks!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.