Hey,
I need help with the slider in the Spark Theme. I want the customer to be able to go through the slides with arrows or dots. In the theme.css it even says slideshow navigation dots:
.slideshow .navigation-dots .navigation-dot{> border:2px solid var(–slide-color-text)> }> .slideshow .navigation-dots .navigation-dot.is-selected{> border:2px solid var(–slide-color-text);> background-color:var(–slide-color-text);> }> .slideshow[data-total-slides=‘1’] .flickity-page-dots{> display:none;> }
Can you tell me how I can easily enable/ add them? Can you also tell me why the Slider is stopping when I hover over it?
I am also new to css.
Thanks in advance!