Home>Support>Rounded corners on slider of widget bundle

Rounded corners on slider of widget bundle

Hello SiteOrigin team,

Thanks for providing the Widget budle.

I have a question about the slider appearance. All the images on my website have round corners and shadow. But the slider images have sharp corners and no shadow. So I tried to apply rounded corners and background shadow on the sliders in CSS. I tried a lot but it seems nothing works.

Please can you help me?

Best regards,
Albert

URL: http://www.rokatec.com/rokatec-in-de-ban-van-faraday/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Albert

    Thanks for reaching out.

    Please, try the following at Appearance > Custom CSS:

    /* SO Slider */
    
    .sow-slider-base ul.sow-slider-images li.sow-slider-image > img, 
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper > img {
    	border-radius: 3px;
    }
    

    Should do the trick.

  2. 9 years, 1 month ago Albert

    Hello Andrew,

    Thanks for your very quick reply!

    Unfortunately it doens’t work. I have tried that code already. After entering that code you will see the border radius but it seems that and copy of that image, with sharp corners, is visible on the background.

    Click here to show a screen capture (in this example I used 30px radius to provide a better view of what happens):
    https://onedrive.live.com/redir?resid=78376E6B413B7984!6703&authkey=!AAdY8gBygvpX3j0&v=3&ithint=photo%2cpng

  3. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Ahh right. Let’s rather:

    /* SO Slider Widget */
    
    .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
        border-radius: 10px;
    }
    
  4. 9 years, 1 month ago Albert

    Right that solves it! Many thanks!

  5. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    For sure :) Glad that did the trick.

    All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More