All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi everyone
can anyone help me how to disable " DOT " in a slide banner
I remember to see there is a button to disable this but I forgot
website : www.oscarliving.co.id
Empire 11.1.3
Solved! Go to the solution
This is an accepted solution.
Hello @OLIV1
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
.slideshow-pagination {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @OLIV1
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
.slideshow-pagination {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Dear GTL
Thank You so much ...... It works well
Thank you thank you
Happy to help-you
Please hit the like button also.
<style>
ol.slideshow-pagination {
display: none !important;
}
</style>
hey @OLIV1 dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution