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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi 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.
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
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; }Right that solves it! Many thanks!
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.