Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS custom css in smoothslider Reply To: custom css in smoothslider

#170670
Atelierbram
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 …