Customizing the featured posts on my camping site

Hi guys,

I absolutely love your theme but there is one thing which I’d like to do on my camping blog that I can’t figure out.

So you can see this featured post at the top everywhere but I’d like to only display it on homepage.

Is there any way to do that? Here’s my site in case you need it: https://cluelesscampers.com

Help would be massively appreciated.

Cheers

Hi Oskar,

Please add the CSS code below to X > Theme Options > CSS:

body:not(.home) .x-post-carousel {
    display: none;
}

Hope it helps :slight_smile:

1 Like

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