Comments 6Benjamin started the conversationJuly 21, 2021 at 1:58pmIs it possible to round the corners of the Nectar slider? I would like to round only the bottom corners, ideally, but everything I try in CSS has no effect. 1,878Judith repliedJuly 21, 2021 at 2:23pmHi Benjamin,Please try this css: .swiper-container { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}Thanks. 6Benjamin repliedJuly 21, 2021 at 2:29pmI had that in with other classes and it did nothing, but on its own, it works like a champ. Thanks.1 Like Sign in to reply ...
Is it possible to round the corners of the Nectar slider? I would like to round only the bottom corners, ideally, but everything I try in CSS has no effect.
Hi Benjamin,
Please try this css:
Thanks.
I had that in with other classes and it did nothing, but on its own, it works like a champ. Thanks.