Post carousel border/background

Hi,

I would like to remove the white border I have on my post carousel. If not possible I would like to have a black border instead. How do I do this? Thanks.

Hey @gerritkarafiat,

Please add this code in X > Theme Options > CSS:

.x-post-carousel.unstyled .entry-cover {
    border: 0;
}

.x-post-carousel.unstyled {
    padding: 0;
}

body.x-navbar-fixed-top-active .x-navbar-wrap {
    margin-top: -4px;
}

Hope this helps.

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