Shopify themes, liquid, logos, and UX
Hello,
I want to change some things to my slideshow, I want to have arrows in my slideshow and not under it, i have searched on the forum but everything is outdated and wont work with my theme. If i press in the slideshow on mobile it also acts weird. URL SITE: https://0cb8b8-87.myshopify.com
With kind regards,
Solved! Go to the solution
This is an accepted solution.
Hi @Djani010
You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.slider-buttons {
position: absolute !important;
z-index: 9 !important;
top: 50%;
left: 50%;
justify-content: space-between;
transform: translate(-50%, -50%);
border: unset !important;
width: 100%;
}
.slider-button {
background: #ffffffd4 !important;;
}
.slider-buttons .slider-button:hover {
background: #fff !important;
}
.slider-counter,
.slideshow__autoplay {
display: none !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Hi Djani,
Depending on the design and functionality you're looking to achieve, you'll need custom coding. There are a lot of examples on the web regarding slideshows or carousels, just try searching for "carousel example code", then you'll find tons of examples and code for it.
As for changing your slideshow arrows, your best bet is to go to the custom route than having to wrestle with Dawn's code. My past experience with wrestling with it wasn't a pleasant one and I wish I could've just gone to making it myself via coding.
As for the mobile issue you're experiencing, I don't see any on my end. Could you explain further what you mean by that?
This is an accepted solution.
Hi @Djani010
You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
.slider-buttons {
position: absolute !important;
z-index: 9 !important;
top: 50%;
left: 50%;
justify-content: space-between;
transform: translate(-50%, -50%);
border: unset !important;
width: 100%;
}
.slider-button {
background: #ffffffd4 !important;;
}
.slider-buttons .slider-button:hover {
background: #fff !important;
}
.slider-counter,
.slideshow__autoplay {
display: none !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Hey Dan,
Im very grateful for your fix, it works like a charm! Thankyou and have a nice day.
One more question, can i just change the background of the arrows to transparrent so the white box is gone? And maybe make the arrows a little bigger.
Code updated
.slider-buttons {
position: absolute !important;
z-index: 9 !important;
top: 50%;
left: 50%;
justify-content: space-between;
transform: translate(-50%, -50%);
border: unset !important;
width: 100%;
}
.slider-button .icon { height: 2rem !important; }
.slider-button .icon path {
fill: #fff;
}
.slider-counter,
.slideshow__autoplay {
display: none !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Works perfectly, thankyou and have a nice day!
Thanks, you too!
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Sorry,😅 I have one more problem where the arrows appear in the menu in the phone version. I dont know if you know it but i dont like the menu taking op the whole screen. Im using a globo mega menu, and i want it to only cover 75% of the screen with leaving a part open at the right side.
Code updated
.slider-buttons {
position: absolute !important;
z-index: 2 !important;
top: 50%;
left: 50%;
justify-content: space-between;
transform: translate(-50%, -50%);
border: unset !important;
width: 100%;
}
.slider-button .icon { height: 2rem !important; }
.slider-button .icon path {
fill: #fff;
}
.slider-counter,
.slideshow__autoplay {
display: none !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
You're my hero of the day ! It looks so clean
You are very welcome.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Hello,
I have one question: I added it into my store, but know i can't press the button to go to my Catalog "Sweaters", do you know how i can fix that? The button is on the middle of the picture it's outlined if you can't find it. Thank you
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025