A space to discuss online store customization, theme development, and Liquid templating.
i am struggling to remove the divider lines around the pagination buttons beneath my slideshow. I have found codes which removes the majority of them but there is one bugger still there! its between the pause button and the right arrow (see photograph). I am using the craft theme, with a slideshow on the home page (no idea if thats any help!)
the code i used which works to get rid of the rest (if anyone needs it or if it helps to solve my own issue) was:
slideshow-component .slideshow__controls{
border: none;
}
which i put at the bottom of the component slider css file
if anyone has any ideas i would very grateful 🙂
all the best,
Ieuan
Solved! Go to the solution
This is an accepted solution.
Hi @IeuanJames
Dan here from Ryviu: Product Reviews & QA app.
Please use this code to remove that border.
.slideshow__autoplay.slider-button {
border-left: none !important;
}
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @IeuanJames
Dan here from Ryviu: Product Reviews & QA app.
Please use this code to remove that border.
.slideshow__autoplay.slider-button {
border-left: none !important;
}
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you so much! exactly what i needed 🙂