How can i change slideshow dots design
from This

to this
thanks in advance
A user wants to customize the appearance of slideshow navigation dots on their Shopify store (https://e018c6-82.myshopify.com/).
Desired Change:
Solution Provided:
A community member offered a CSS-based fix:
Status: The discussion appears resolved with a working code solution provided. The helper requested feedback through likes/marking as solution if successful.
Whatβs your store url ?
here is
https://e018c6-82.myshopify.com/
HI bro @Martin299 ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin β Online store β Theme > Edit code:
Step 2: Search for the file base.css. And add this code snippet to the end of the file.
button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active {
scale: 1.5 !important;
}
button.slider-button.slider-button--prev, button.slider-button.slider-button--next {
display: none !important;
}
Step 3: Save your code and reload this page.
The result will be:
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!