Hey guys,
Im hoping you can help me. I have the bullet theme installed on website.
I am trying to remove the boarder between the image and the description/price of the product ?
(Between the grey on top and white on the bottom)
It will be for all product images on my website.
Thanks in advance
Hello @jonnynogood
can you share store URL?
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.product [card-type=base] .card-meta {
border-top: unset !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.