Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
hello, my site is Lamyglam.Com. does anyone know how I can remove the arrows and play button but keep the dots? Also tried to change the dots colours to white, but they all changed white can I make it so that it shines white only if its in the shown picture. When it is not I want it to be transparent with only the outer circle.
Solved! Go to the solution
This is an accepted solution.
Hi @Lamyglam, add the below code to your theme's CSS file.
.slideshow__autoplay .icon.icon-play, .slideshow__autoplay .icon.icon-pause, .slider-button {
display: none !important;
}
button.slider-counter__link.slider-counter__link--dots.link .dot {
background: transparent !important;
}
button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active .dot {
background: #fff !important;
}
This is an accepted solution.
Hi @Lamyglam
Do you mean like this?
if it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
button.slideshow__autoplay, .slider-button {
display: none !important;
}
@media screen and (min-width: 750px) {
.slider-counter .slider-counter__link--dots .dot {
background-color: transparent !important;
}
}
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
border: none !important;
}
</style>
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Sure, add the code below.
.slideshow__controls {
border: 0 !important;
}
This is an accepted solution.
Hi @Lamyglam, add the below code to your theme's CSS file.
.slideshow__autoplay .icon.icon-play, .slideshow__autoplay .icon.icon-pause, .slider-button {
display: none !important;
}
button.slider-counter__link.slider-counter__link--dots.link .dot {
background: transparent !important;
}
button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active .dot {
background: #fff !important;
}
thank you so much, it works!!!! do you know if there is a possibility to make those edges where the dots are between them disappear?
This is an accepted solution.
Sure, add the code below.
.slideshow__controls {
border: 0 !important;
}
perfect thank you so much
This is an accepted solution.
Hi @Lamyglam
Do you mean like this?
if it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
button.slideshow__autoplay, .slider-button {
display: none !important;
}
@media screen and (min-width: 750px) {
.slider-counter .slider-counter__link--dots .dot {
background-color: transparent !important;
}
}
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
border: none !important;
}
</style>
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
thank you so much!!!
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