Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nextendweb

    (@nextendweb)

    Hi,
    this is available in the PRO version on the interface, BUT here is the CSS code, which will help you add border radius without PRO version.

    In the codes, please replace the value 8 to your slider ID in #n2-ss-8, so for slider with ID: 345, it will be #n2-ss-345

    #1 way: If you would like to add border radius to your whole slider, use the following CSS code in your theme’s style.css:

    #n2-ss-8 .n2-ss-slider-1{
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    }

    #2 way: If you would like to add border radius to your slides:

    #n2-ss-8 .n2-ss-slide{
    border-radius: 10px;
    z-index: 1;
    }

    Thread Starter vonPaulus

    (@vonpaulus)

    Nice!

    Thank you – it’s working ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border radius’ is closed to new replies.