Okay
  Public Ticket #2311436
Nectar Slider
Closed

Comments

  •  1
    Meggy-07 started the conversation

    Hi,

    is there a possibility to get round corners to the background images of all slider pictures? border-radius:10px

    Best regards

    Meggy

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Meggy-07 replied privately
  •  3,022
    Andrew replied

    Hi Meggy,

    Try the following custom css:

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

    Hope this helps.

  •  1
    Meggy-07 replied

    Thanks for the solution Andrew :)