Featured Collection cards with round corners

Hi there,

I have setup the corners of the Featured Collection in my home page by going to the settings and adjusting the corner radius but it happens that this is only applied on the upper part of the Product Card, not in the bottom.

Does anyone have an idea why and how can I fix this issue?

Website: https://venga-store.com/

Theme: Dawn

Thanks a lot!

@miltokas

.card .media {
	border-radius: 20px !important;
}

Please add this code into your theme file called base.css or section where you can place custom css.

thanks

1 Like