All things Shopify and commerce
Hi, I want to add left & right arrow overlays on top of my slideshow (Dawn theme)
And remove the paginations below. I've looked at ALL of the posted solutions and they're all outdated. Every suggested code i've tried is not working...
Thank you!
Solved! Go to the solution
This is an accepted solution.
@Multicoloruni Please replace the code with below code. Let me know whether it works for you.
.slideshow__controls {
position: absolute !important;
width: 100% !important;
height: 100% !important;
justify-content: space-between !important;
}
.slider-counter {
display: none !important;
}
.slider-button {
background-color: #ffffff5e;
width: 24px !important;
height: 24px !important;
margin: 0px 10px;
z-index: 10;
}
.slider-button svg{
display: block !important;
}
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Hello @Multicoloruni ,
Please check this it might be helpful to you.
iCart Cart Drawer Cart Upsell App
Hi,
In the Slideshow Section, add the navigation arrow
Example of code
<div class="slideshow-navigation">
<button class="slideshow-prev" aria-label="Previous Slide">
❮ <!-- Left arrow character or custom SVG -->
</button>
<button class="slideshow-next" aria-label="Next Slide">
❯ <!-- Right arrow character or custom SVG -->
</button>
</div>
Add javascript functionality and use CSS for hiding pagination and give style to arrow
If you still need help you can contact us (details at signature)
Hi @Small_Task_Help thanks for this. but nothing seem to change when adding the code into de slideshow section. please see screenshot.
Let us check your backend from our side. If you want please get in touch with us (details at signature)
@Multicoloruni Please follow below steps to overlays left & right arrow on slideshow and remove pagination counter. Let me know whether it is helpful for you.
.slideshow__controls {
position: absolute !important;
width: 100% !important;
height: 100% !important;
justify-content: space-between !important;
}
.slider-counter {
display: none !important;
}
.slider-button {
background-color: #ffffff5e;
width: 24px !important;
height: 24px !important;
margin: 0px 10px;
}
Thank you so much for this @Vinsinfo , however when applying the code, the dots from the bottom disappear but the arrows appear as little squares which are not clickable. please see attached screenshot. i also tried changing the color code so that they would be a bit more visible but this doesn't seem to work either. do you think it can be fixed? thanks so much in advance.
@Multicoloruni Please add the code and share your store URL, we will check insight and share you the solution.
This is an accepted solution.
@Multicoloruni Please replace the code with below code. Let me know whether it works for you.
.slideshow__controls {
position: absolute !important;
width: 100% !important;
height: 100% !important;
justify-content: space-between !important;
}
.slider-counter {
display: none !important;
}
.slider-button {
background-color: #ffffff5e;
width: 24px !important;
height: 24px !important;
margin: 0px 10px;
z-index: 10;
}
.slider-button svg{
display: block !important;
}
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Wow, this is awesome!!! Thank you so much @Vinsinfo it's exactly what I had in mind! Thank you!!!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025