All things Shopify and commerce
How do I remove the arrows under the slideshow on dawn theme? if possible id also like the dots on the bottom right of the picture. there is also a faint line under the slideshow like a border id like removed
Solved! Go to the solution
This is an accepted solution.
Got it, please replace on this code below.
.slideshow__controls, .slideshow__autoplay.slider-button {
border: 0 !important;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
position: absolute;
right: 0;
bottom: 0;
}
button.slider-button.slider-button--next, button.slider-button.slider-button--prev,
button.slideshow__autoplay.slider-button {
display: none;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
justify-content: right;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Spujeh
Like this?
If it is check this one.
button.slider-button.slider-button--next, button.slider-button.slider-button--prev {
display: none;
}
.slideshow__controls, .slideshow__autoplay.slider-button {
border: 0;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
justify-content: right;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
will this remover the arrows , play button and the border?
Please review the result, which one is removed. Would you like to remove the play/pause button as well?
yes, I would like to remove the pause and play buttons and remove the arrows . I also want the border removed
I’ve circled The faint line I want removed plus the play and pause button . Is there also a way to make the dots on the bottom right of the image
This is an accepted solution.
Got it, please replace on this code below.
.slideshow__controls, .slideshow__autoplay.slider-button {
border: 0 !important;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
position: absolute;
right: 0;
bottom: 0;
}
button.slider-button.slider-button--next, button.slider-button.slider-button--prev,
button.slideshow__autoplay.slider-button {
display: none;
}
.slideshow__controls.slideshow__controls--top.slider-buttons {
justify-content: right;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
thank you! that worked
Welcome! Would you mind hitting 'like' as well? Thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024