Shopify themes, liquid, logos, and UX
Help me remove the product border from the featured collection tab, my template is refresh.
Hi @cosminbestofro
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.
♥ If you found my solution helpful, please consider giving it a Like and marking it as the ✔ Accepted Solution
Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button
A Product of Maverick Studio
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.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025