Posts Carousel - How to create colored corners?

I’m trying to add a colored border on each of the posts in a carousel.
The option is readily available for Posts not for Carousels.
I guess I need to use a custom CSS.
Can someone help me with that?

Hi,

I apologise, but I don’t know what you’re referring to when you say colored corners. Can you go into more detail or provide a screenshot, please. :slight_smile:

Hi Danny, sure,
So the image at the bottom of the screen is a Post with colored borders (in yellow)
And the other at the top

is the Carousel which I have already modified to add rounded corners using a CSS code.
Now I’d like the add a yellow border as well.
Sorry if I was vague earlier.
Here is the page: http://physikathletik.com/articles-entrainement/

You should be able to do this using the CSS below.

.fl-module-post-carousel .fl-post-carousel-post {
    border: 2px solid #ffff00;
    border-radius: 6px;
}