Remove border on product card

Solved

Remove border on product card

KevinMalmberg
Excursionist
26 0 7

KevinMalmberg_1-1726146955549.png

 

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

Accepted Solution (1)

topnewyork
Globetrotter
633 114 134

This is an accepted solution.

@KevinMalmberg ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

 

 

<style>
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient {
    border: none !important;
}
</style>

 

 

 

 

 

topnewyork_1-1726147563286.png

 

If you also want to remove border from variant images

 

 

<style>
.thumbnail {
    border: none !important;
}
</style>

 

topnewyork_0-1726147847923.png

 

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

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

View solution in original post

Replies 11 (11)

topnewyork
Globetrotter
633 114 134

Hi @KevinMalmberg , kindly share your store URL.

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel

BSS-TekLabs
Shopify Partner
2350 701 826

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

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
KevinMalmberg
Excursionist
26 0 7

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

Website password: rtiyia

 

BSS-TekLabs
Shopify Partner
2350 701 826

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

BSSTekLabs_0-1726147744809.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

ZestardTech
Shopify Partner
5759 1051 1390

Hello There,

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

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
KevinMalmberg
Excursionist
26 0 7
ZestardTech
Shopify Partner
5759 1051 1390

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;
}

 

ZestardTech_0-1726147723802.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

topnewyork
Globetrotter
633 114 134

This is an accepted solution.

@KevinMalmberg ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

 

 

<style>
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient {
    border: none !important;
}
</style>

 

 

 

 

 

topnewyork_1-1726147563286.png

 

If you also want to remove border from variant images

 

 

<style>
.thumbnail {
    border: none !important;
}
</style>

 

topnewyork_0-1726147847923.png

 

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

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel
KevinMalmberg
Excursionist
26 0 7

Worked!

 

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

They are comically thick.

KevinMalmberg
Excursionist
26 0 7

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

topnewyork
Globetrotter
633 114 134

No worries. Glad it worked, Your welcome!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel