Hey guys, I am trying to selectively hide the Ethos post carousel on specific pages. I can remove the carousel from my Home page, but not other pages for some reason. Here is the code I am using in Customizer:
/* REMOVE POST CAROUSEL FROM HOMEPAGE */
.home .x-post-carousel,
.page-id-1124 .x-post-carousel {
display: none;
}
Here is the page in question:
http://www.everyoneisright.com/hp-mockup/
Happy to provide login details if that helps.
Thanks for your help!