Re: Black line above media

Solved

How can I remove a black line from product images?

ImagoStructures
Visitor
2 0 1

Hello community. I've been having an issue finding out how to remove a black line called "media__line" present over every single product image. I've also noticed you can't access "product-images-container" which seems to be where the line is located.

If someone could let me know how to remove this line it would be greatly appreciated

 

For an example, the black line is above the product name on this website: 

https://imagostructures.com/collections/kamook/products/kamook-16-pieds

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 290

This is an accepted solution.

Hi @ImagoStructures 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file general.css

Step 3: Paste the below code at bottom of the file -> Save

 

.media__line {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Henry
Shopify Partner
1184 335 290

This is an accepted solution.

Hi @ImagoStructures 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file general.css

Step 3: Paste the below code at bottom of the file -> Save

 

.media__line {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

ImagoStructures
Visitor
2 0 1

Worked like magic, thank you!

PageFly-Henry
Shopify Partner
1184 335 290

You are welcome @ImagoStructures 

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.