We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

slideshow shows a thin white line when published

slideshow shows a thin white line when published

ads18922
Trailblazer
198 0 62

hello, when i view my shopify store on my phone, a random white line appears underneath my slideshow section, even though this white line doesn't show when i view my store on shopify editor. Here is what it looks like on my shopify editor:

Screenshot 2025-06-18 at 13.07.31.png

and here is what it shows when i view the website on my phone:

IMG_8989.jpgas you can see, there is a thin white line for no reason

my website is www.antico-abito.com , theme is dawn

Replies 7 (7)

Mustafa_Ali
Trailblazer
523 51 101
<style>
.slideshow__controls.slideshow__controls--top.slider-buttons {
    border: none !important;
}
</style>

Mustafa_Ali_0-1750249042327.png

hey @ads18922 @ dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution

 

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"
ads18922
Trailblazer
198 0 62

hello, this doesn't work. By the way this is a problem on mobile, not desktop. When i'm editing the design, i cant see a white line, but when i view the website on the internet on my phone, the white line appears.

topnewyork
Astronaut
1552 192 253

Hi @ads18922,


1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.slideshow__controls {
    border: none !important;
}


Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
ads18922
Trailblazer
198 0 62

hello, this doesn't work. By the way this is a problem on mobile, not desktop. When i'm editing the design, i cant see a white line, but when i view the website on the internet on my phone, the white line appears

devcoders
Shopify Partner
1654 190 545

Hello @ads18922 

 

Go to Online Store > Themes > Actions > Edit Code > Assets > base.css
Paste your CSS at the bottom of base.css and click Save

 

.slideshow__controls {
border: none !important;
}
Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
ads18922
Trailblazer
198 0 62

 this doesn't work. By the way this is a problem on mobile, not desktop. When i'm editing the design, i cant see a white line, but when i view the website on the internet on my phone, the white line appears.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

You can try to add this code to Custom CSS of that section and check again

@media (max-width: 749px) {
slideshow-component {
    background: #1e2f2e;
}
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.