Hello Everyone,
Can someone please help me with the code needed to remove the border line that surrounds the buttons the the image slideshow? I am using Shopify Dawn theme.
Kind regards,
Els
Would you mind to share your Store URL website? with password if its protected. Thanks!
Hi! Of course: https://la-gentile.com/
Hey @lagentilestore
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I don’t see the in the theme.liquid file.
The only word with </ > in my theme.liquid file is: ..
Hey @lagentilestore
Put in a different line and add the code right above
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you for the information.
Try this one.
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile {
border-bottom: none;
}
.slideshow__autoplay.slider-button {
border-left: none;
}
And save.
Result:
I take out also the border near in the pause.
If its not taking out this would be the face.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
It worked! Now only the border between the dots and pause/play button is still there.. Can that be removed as well?