Hey, I have a problem to propose.
My website is dawn and i want my photos to have rounded corners and i don’t know how to do that. How do you make the images have rounded corners?
Thank you
Hey, I have a problem to propose.
My website is dawn and i want my photos to have rounded corners and i don’t know how to do that. How do you make the images have rounded corners?
Thank you
Hey @mgco ,
Welcome to the Shopify community!
You can follow the instruction below:
please add this to your base.css file.
.card__media .media img {
border-radius: 18px !important;
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
Thank you for your reply. I added the code however I don’t know what to do
after, where do i find it, so I can change it?