Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I change the border-radius for the Hero widget?
Tried this but it didn’t work:
.sow-slider-image-wrapper {
border-radius: 10px !important;
}
.sow-slider-image-container {
border-radius: 10px !important;
}
Hi Chas
Thanks for reaching out :)
Try at Appearance > Custom CSS:
/* SO Hero Widget */ .sow-slider-image, .sow-slider-image-container { border-radius: 10px; }Perfect, thanks dude.
Cheers!
Super :) Glad that helped. All the best.