Home › Forums › CSS › custom css in smoothslider › Reply To: custom css in smoothslider
May 20, 2014 at 2:02 am
#170670
Participant
@netgeorger Hard to imagine a name conflict could cause bleeding the styles over to others with selectors this specific. If my Codepen copy of smooth-slider is indeed the thing we are talking about, then
.smooth_slider .smooth_nav a.smooth_slider_nnav { }
will target the regular numbers, and
.smooth_slider .smooth_nav a.smooth_slider_nnav.activeSlide { }
(also) the active number
But again, hard to say anything for certain without seeing your code live somewhere …