A black line around a product image on the homepage and product page

Solved

A black line around a product image on the homepage and product page

Fynorix
Excursionist
16 1 4

Screenshot 2024-09-19 152945.png

I have a black line around the product images on the homepage and product page, I'd be happy to help

URL- https://fynorix.com/products/smart-home-controller

Accepted Solution (1)

websensepro
Shopify Partner
1221 136 156

This is an accepted solution.

Hi

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>
.global-media-settings {
    border: none !important;
}
</style>

 

websensepro_0-1726749271148.png

 

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

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

View solution in original post

Replies 3 (3)

websensepro
Shopify Partner
1221 136 156

This is an accepted solution.

Hi

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>
.global-media-settings {
    border: none !important;
}
</style>

 

websensepro_0-1726749271148.png

 

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

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
Fynorix
Excursionist
16 1 4

Thank you very much for the help

websensepro
Shopify Partner
1221 136 156

@Fynorix glad it worked. Your most welcome!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial