I am trying to add rounded corners to the slideshow on the Dawn theme. I set the round corners to all media but seems that the feature doesn’t apply to either the image banner or slideshow.
Hi @flenix , could you share your store URL?
Could you share your store URL and the store password (if any)? Then I can review it
https://simpled-supply.myshopify.com/
password is: rtailu
Go to Online store > Theme > Edit code > Assets > base.css, add this code at the bottom
.banner__media { border-radius: 12px; }
1 Like
Thank you it worked!