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].
Hi, great plugin!
Hoping someone can answer how to get a border radius on the hero widgets, but only for specific ones please, currently using two on separate pages, wanting one as normal and one with the radius.
I’ve used this in custom css:
.sow-slider-image,
.sow-slider-image-container {
border-radius: 10px;
}
Which works but is global.
I tried adding a class to the widget (abouthero) then adding this:
.abouthero {
border-radius: 10px;
}
but it doesn’t change anything, have played about too but no joy.
Probably missing something, any help much apprecciated!
Hi MikeDrum
Please try:
.abouthero .sow-slider-image, .abouthero .sow-slider-image-container { border-radius: 10px; }You might also need to install the SiteOrigin CSS Editor.
Perfect, that done the trick straight away, thank you!