Solved

How to remove the product image border in Dawn after update v3.0

MyLUCA
Excursionist
18 0 5

Anyone has an idea on how to remove the image border (thin fine line) on the product page? In Dawn 3.0 ?

Is was able to remove the image border in the v2 of Dawn but after the v3 update, I can not manage to remove that border or outline??

Accepted Solution (1)
AvadaCommerce
Shopify Partner
3879 839 951

This is an accepted solution.

Hi @MyLUCA ,

 

Sorry for the late reply.

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:

.global-media-settings {
    border: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned

View solution in original post

Replies 5 (5)

AvadaCommerce
Shopify Partner
3879 839 951

Hi @MyLUCA ,

 

Please share your store URL and if your store is password protected then please provide password too, and take a picture of the position you want to adjust.

So that we can help you.

Thank you.

banned
MyLUCA
Excursionist
18 0 5

https://www.myluca.de/products/luca-etui-fuer-iphone-11-12-13-inkl-pro-modelle?variant=3996654626426...

You see the small thin grey line around the pictures?

I am not sure if it is an outline or a border... I am not too good at CSS

AvadaCommerce
Shopify Partner
3879 839 951

This is an accepted solution.

Hi @MyLUCA ,

 

Sorry for the late reply.

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:

.global-media-settings {
    border: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

banned
MetteT
Explorer
63 4 4

This didnt work for me on my store. 😞

mehdiabbas786
Visitor
1 0 0

IT DIDNT WORK ON MINE EITHER, DID YOU EVER FIGURE IT OUT? mb for caps