Okay
  Public Ticket #2469043
Border Radius
Closed

Comments

  •  1
    clempire started the conversation

    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

  •  2,979
    Andrew replied

    Hi 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.

  •  1
    clempire replied

    Hi i have placed this code in the sailient general settings, but nothing seems to be changed 

  •  2,979
    Andrew replied

    Hi 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 soething

    8269934000.png


    Kind regards.