Comments 1clempire started the conversationJuly 10, 2020 at 12:57pmHi i have an image gallery which i want the boxes to be with rounded corners. How can i add border radius to this image gallery? www.simptel.com/obero-2 2,979Andrew repliedJuly 10, 2020 at 2:37pmHi clempire,Use the following custom css in Salient > General settings > CSS/Script related: .wpb_gallery_slidesflickity_static_height_style .nectar-flickity.instace-5f087b9552a7d:not(.masonry) .flickity-slider .cell { border-radius: 50px; } Hope this helps. 1clempire repliedJuly 11, 2020 at 3:22pmHi i have placed this code in the sailient general settings, but nothing seems to be changed 2,979Andrew repliedJuly 13, 2020 at 7:03amHi there,Sorry for late response.Try the following custom css: .wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell { border-radius: 50px !important; } Here is how it looks. Let me know if I missed soethingKind regards. Sign in to reply ...
Hi
i have an image gallery which i want the boxes to be with rounded corners. How can i add border radius to this image gallery?
www.simptel.com/obero-2
Hi clempire,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Hi i have placed this code in the sailient general settings, but nothing seems to be changed
Hi there,
Sorry for late response.
Try the following custom css:
Here is how it looks. Let me know if I missed soething
Kind regards.