Okay
  Public Ticket #2831080
Corner radius on Nectar Slider
Closed

Comments

  •  6
    Benjamin started the conversation

    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. 

  •  1,878
    Judith replied

    Hi Benjamin,

    Please try this css:

    .swiper-container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }

    Thanks.

  •  6
    Benjamin replied

    I had that in with other classes and it did nothing, but on its own, it works like a champ. Thanks.