Disabling post carousel on specific pages

I’m currently using ethos 1, and I use the post carousel at the top of all my pages. Is there a way to disable the carousel on a few certain pages but keep it on the rest of my site?

Thanks

Hi Peter,

Thank you for writing in, regretfully there is no option for disabling the carousel on certain pages.

However, we can achieve what you need with a bit of custom CSS. To do this, apply a BODY CLASS no-carousel on the page that you don’t want to have a carousel.



Then add this to Theme Options > CSS

.no-carousel .x-post-carousel {display: none;}

Now every time there is a page/post that you don’t want to have a carousel, just apply a BODY CLASS no-carousel on it.

Hope it helps,
Cheers!

This worked great for me, thanks!

You’re welcome!
It’s good to know that it has worked for you.

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