Hello everyone. Could anyone provide me with the code to make the featured products radius round from the edge? Below is an example.
I’m using Impulse theme.
Store URL: Godlywrites.com
Any help would be greatly appreciated
Hi @Digital_Imran ,
Step 1: Themes => Edit Code
Step 2**:** Find the theme.css file
Step 3: Paste the following code at the end of the file:
.grid__image-ratio img {
border-radius: 22px !important;
object-fit: fill !important;
}
Step 4: Save and hope you get the result as shown:
Hope it helps @Digital_Imran !
1 Like
@BSS-Commerce Thank you so much