Need a simple way to remove dots on Warehouse Theme Slideshow
Solved! Go to the solution
This is an accepted solution.
Hi There!
Add the following code to your theme.scss file:
ol.flickity-page-dots { display: none; }
Let me know if it works!
Worked Perfect! Thanks!
Great! @TEESANDMORECA can you please mark the reply as a solution so that the community knows this has been solved? Thanks!