Hi how do i round the corners of this image on my home page?
https://neverskiptrail.myshopify.com/
Password: 12345
Hi how do i round the corners of this image on my home page?
https://neverskiptrail.myshopify.com/
Password: 12345
Hi @Alex-li ,
Here’s you to get those rounded corners…
From your Admin Page, click Online Store > Themes >Actions > Edit code
In the Asset folder, open the component-slideshow.css
Paste the code below at the very bottom of the file.
.slideshow, .banner {
flex-direction: row;
flex-wrap: nowrap;
margin: 0;
gap: 0;
border-radius: 5rem !important;
}
If this post solved this issue, please mark it as a solution and leave a like.
Thank you
thank you!
@Alex-li you’re wlcome