Could someone tell me how to add a border radius to my product description images. The rest of the pictures in my store have a border radius except the product description images. Many Thanks
Hello @lucas_11_1
Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution?
maybe we can help each other out because I am not able to set border radius for products photos and buttons but I have figured out how to do that for description images.
Would you help me?
Now to add radius to images in description, the way I found was:
Edit code > Assets > base.css
At the bottom of the base.css, paste the code
.rte img {
border-radius: 12px; }
Change the value as per your requirement
Im using the dawn theme