Remove border on product card

How do I remove this border? Border setting is set to 0 and I use the Dawn theme

2 Likes

Hi @KevinMalmberg , kindly share your store URL.

Hello @KevinMalmberg
Our team is ready to help you.
Please share your website URL so that we can check and assist you.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://bergtryck.com/products/unisex-t-shirt

Website password: rtiyia

1 Like

https://bergtryck.com/products/unisex-t-shirt

Website password: rtiyia

1 Like

@KevinMalmberg ,

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If you also want to remove border from variant images


If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hi @KevinMalmberg

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.product-media-container {
border: none;
}

1 Like

Sorry but I can’t find where to enter the password.

Worked!

Is there a way to change the thickness of the border below for the miniature photos?

They are comically thick.

Welp i didnt see the rest of the message. Thank you it worked!

No worries. Glad it worked, Your welcome!