Closed stephaniepurvis closed 9 years ago
Hi @stephaniekendall!
There is a tooltipClass
option which is set to "tooltip"
by default. So modify this class name to whatever class you desire. This class is not defined in any of the AnythingSlider themes, so there is no need to update anything else :)
The links inside the thumbNav have a class of "tooltip". Bootstrap 3 contains some styles for .tooltip that give them an opacity of "0" and a position of "absolute". I fixed this by just adding the following style to my main stylesheet that overrides bootstrap styles: .thumbNav .tooltip{position:relative; opacity:1;}
It might be worth looking into adding this to a future release of AnythingSlider.