I would like to remove the black border
password CSV2
A user seeks to remove black borders appearing around items in their collection list on their Shopify store.
Solution Provided:
.card.card--card.card--media { border: none !important; }Follow-up Question:
The original poster asks whether itβs possible to make photos clickable so they link to specific product sections (like hoodies).
Status: Partially resolved - border removal addressed, but clickability question remains unanswered.
HEllo @nicotiini
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->comnponent-card.css
add this code at the end of the file and save.
.card.card--card.card--media.color-background-1.gradient {
border: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Is it now possible to make the photo clickable so it goes to the hoodies sectiob