Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866624

    rekluse
    Participant

    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!

    #867123

    rekluse
    Participant

    Never mind, I just updated the theme and it seems to be working now. Or maybe it was a caching issue? Not sure, but the carousel is now hidden on the page. Thanks anyway!

    #867183

    Christian
    Moderator

    It might be just the cache.

    Thanks.