Featured Products Grid Radius help please

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 :slightly_smiling_face:

Hi @Digital_Imran ,

Step 1: Themes => Edit Code

![view (70).png|1907x914](upload://8DBeW9xfp97ewnOQvJlloGTzVwU.png)

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 :slightly_smiling_face: