Hello, Normally the active slide controle button is highlighted with font-size: + 5px and font-weight:bolder. I have added to rows at j.php which adds an active class to the active controle button. I have added it at row: 242 after: var curr_slide = idx;
This is what I have added:
jQuery("#smooth_slider .jcarousel-control a").removeClass("active"); //removes active class from all links jQuery("#smooth_slider .jcarousel-control a.sldr"+curr_slide).addClass("active"); //ads active class to current slide link
I hope this will help you update this plugin for a new release.
@Thommas, it means you can add special CSS styling to the class .active or .jcarousel-control .active (in case you are using the 'active' class name somewhere else on your site).