Closed richardellis-zz closed 12 years ago
I'm using the following code;
$('#popUpslider').anythingSlider({ buildArrows: true, buildNavigation: false, buildStartStop: false, infiniteSlides: false, stopAtEnd: true, easing: "swing" });
Which works brilliantly.. However I now have a need to grey (and make unclickable) the left arrow when on the first slide instead of removing it from the slider. Is there anyway to achieve this?
Thanks
Resolved with CSS...
Could you give us your code then please? I wanna achieve the same. Thanks!
Just look in the css file for this css definition: .anythingSlider .arrow.disabled
.anythingSlider .arrow.disabled
In the default theme it's at line 240
I've also updated this demo
Ah got it! Thanks, I didn't notice it because I have infiniteSlides enabled.
infiniteSlides
I'm using the following code;
Which works brilliantly.. However I now have a need to grey (and make unclickable) the left arrow when on the first slide instead of removing it from the slider. Is there anyway to achieve this?
Thanks