How to adjust the corner radius?

I have 3 slides, all 3 with a video background, if you look at the corners they are sharp edges, I want to change the radius on them to about 15% so they are rounded however I can’t find the ID or Class that controls that in the CSS. Any help is appreciated.

The slider is found here: GameHive

2 Likes

You can use this CSS code

/* Elfsight Slide Border */
.eapp-slider-slider-item {
    border-radius: 15px;
}

3 Likes

Hey there @ToxicIsPoison :wave:

Tuanphan is absolutely right! Please add this code to the Custom CSS field on the Advanced tab and let us know if it worked :wink:

By the way, I’d like to remind you about CSS codes category where you can find the most popular codes for many apps. Feel free to check it out - CSS Codes - Elfsight Community

@tuanphan Thank you so much, this worked.

@Max thank you so much as well for linking to the CSS codes category, I don’t know how I missed this.
This is a great resource for the css codes on the widgets.

Glad to hear that!

Hope you’ll find it useful :wink:

1 Like