Bullet Theme - How do a remove a portion of the product border?

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?

sure thing:

https://sunstoppers.com.au/

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. 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.

Awesome !!!