How to remove line from this image section?

Solved

How to remove line from this image section?

NikosBat
Explorer
341 1 52

Hello guys, how can I remove this line from this image section?

 

Bildschirmfoto 2025-02-06 um 09.00.24.png

Accepted Solution (1)

mohan610
Shopify Partner
32 3 5

This is an accepted solution.

Hi @NikosBat 
Please use this setting to disable media border >> https://prnt.sc/BEWqcWHKYTCQ

➜ Solved it? Hit Like and Accept solution!
➜ Optimize/Customize your Store with Volume/Tier Discount
➜ Need a Shopify developer? Hire me at Upwork OR Everythinginhand

View solution in original post

Replies 10 (10)

LizHoang
Shopify Partner
1250 158 196

Hi NikosBat

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

 

.image-with-text__media.image-with-text__media--medium.global-media-settings.background-transparent.media {
    border: unset !important;
}

 

 

Result: 

LizHoang_0-1738829664674.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

Dan-From-Ryviu
Shopify Partner
11326 2220 2390

Hi @NikosBat 

Could you share the link to the page containing that section? 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

NikosBat
Explorer
341 1 52

Hello Dan-From-Ryviu and thanks for replying, of course here is the url and password:

 

https://www.nistore.de/products/3-in-1-dog-hair-brush-cat-hair-brush-electric-pet-cleaning-brush-ste...

 

nikthe

 

Dan-From-Ryviu
Shopify Partner
11326 2220 2390

If you want to remove that border on that section only, then please add this code to Custom CSS of that section

.image-with-text__media { border: unset; }

 

 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

NikosBat
Explorer
341 1 52

Thanks Dan-From-Ryviu, that has solved my problem.

Dan-From-Ryviu
Shopify Partner
11326 2220 2390

You are very welcome! 

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

DaisyVo
Shopify Partner
4275 468 561

Hi @NikosBat 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

 

{% style %}
.image-with-text__media {
    border: none !important;
}
{% endstyle %}

 

DaisyVo_0-1738829830189.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
NikosBat
Explorer
341 1 52

Hello DaisyVo, thank you that has solved my problem.

mohan610
Shopify Partner
32 3 5

This is an accepted solution.

Hi @NikosBat 
Please use this setting to disable media border >> https://prnt.sc/BEWqcWHKYTCQ

➜ Solved it? Hit Like and Accept solution!
➜ Optimize/Customize your Store with Volume/Tier Discount
➜ Need a Shopify developer? Hire me at Upwork OR Everythinginhand
NikosBat
Explorer
341 1 52

Hello Mohan610, thank you very much that has solved my problem.