Viewing 3 replies - 1 through 3 (of 3 total)
  • Ramona

    (@nextend_ramona)

    Hi @bestway2go

    Have you changed the slider id to your slider’s id? Maybe the problem is that the code is not applied at all.

    It can also happen that the code is working just it’s not strong enough. If your slider id is 2, then you could try to make the code stronger like this, to add border radius to your whole slider:

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

    which is much stronger than the other code.

    If that’s still not strong enough you could try this:

    div#n2-ss-2-align div#n2-ss-2 .n2-ss-slider-1{
        border-radius: 10px !important;
        z-index: 1;
        overflow: hidden;
    }

    Thread Starter bestway2go

    (@bestway2go)

    Do I have to make any changes to [smartslider3 slider=1] that I have added to my page?

    Plugin Support Gabor

    (@nextendweb_gabor)

    No, you should leave that shortcode as it is. Just the css code has a number in it, which has to be the id of the slider, which in your case is 1. Please send us a link to your website, maybe to [email protected] if you don’t want here, and we will check out what is going on!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add border radius to my slider without Pro version’ is closed to new replies.