Hello, I am customizing my Handy 4.0 home page theme, how would I make the image slides rounded with a border radius?
Any help is appreciated. Thank you
Hello, I am customizing my Handy 4.0 home page theme, how would I make the image slides rounded with a border radius?
Any help is appreciated. Thank you
Hi @dg_pm ,
This is David at SalesHunterThemes.
Thank you for your question.
If you are using Dawn theme, you can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → base.css file.
Add this following code at the bottom of page.
.slideshow__media .media>*:not(.zoom):not(.deferred-media__poster-button){
border-radius: 20px;
}
If the above method doesn’t work. Would you please share your website URL and if your website is password protected then also provide the password. I will help you check.
Hopefully, this proves useful.
David | SalesHunterThemes team