Help me remove the product border from the featured collection tab, my template is refresh.
Welcome to the community! Could you please share a link to your website and the password if it has one? A screenshot of the problem area will help as well.
Hi @cosminbestofro ,
To remove remove the product border from the featured collection tab.
please follow the steps below:
1.Go to your Shopify Admin.
2.Navigate to Online Store > Themes.
3.Find the theme you’re using and click Actions > Edit code.
4.In the left sidebar, under the layout directory, click component-card.css
search for this code on line number25 :
.card--card, .card--standard .card__inner {
border-radius: var(--card-corner-radius);
border: var(--card-border-width) solid rgba(var(--color-foreground), var(--card-border-opacity));
position: relative;
box-sizing: border-box;
}
replace the code and save below code
.card--card, .card--standard .card__inner {
border: none !important;
}
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.