My slideshow currently has annoying gray border that I would like to remove. I changed some of the code to remove other elements (like slide number), but unfortunately can’t find the border one. See picture below,
![]()
Thank you for any suggestions.
My slideshow currently has annoying gray border that I would like to remove. I changed some of the code to remove other elements (like slide number), but unfortunately can’t find the border one. See picture below,
![]()
Thank you for any suggestions.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello @jianimo1
Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?
Kind & Best regards,
GemPages Support Team
@jianimo1
Kindly share your store URL so,
I can solve your problem and can give the best solution.
Thank You.
My website is https://www.daofco.com
@jianimo1
Add this code at the bottom of component-slideshow.css
.slideshow__controls {
border: 0px !important;
}
Thank You.
Hello @jianimo1
I would like to give you a solution to support you:
<style>
.slideshow__controls {
border: 0px !important;
}
</style>