Round corners in the revolution slider

Hi there,

the original image in the slider has rounded corners, how can I adjust in the revolution slider that the images have round corners as well?
Picture: https://anders-sport-treiben.de/2019/wp-content/uploads/AST-Anders-Sport-Treiben.png
Page: https://anders-sport-treiben.de/2019/

Thanks and best regards Blume

Hi Blume,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-slider-container {
    border-radius: 20px;
    overflow: hidden;
}

Thanks!

Hi Mldarshana,

thanks it works great.

Regards Blume

You’re more than welcome, glad we could help.

Cheers!

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