Add .active class in pagination

momentis 05 Feb, 2013
Is there a way I can add an 'active' class to the CC pagination? I want to be able to add styling to the active page number.

Thanks!
Rick
Max_admin 07 Feb, 2013
Hi Rick,

That's the default Joomla pagination generated code, not sure if you can do this!😟

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 07 Feb, 2013
Hi Rick,

Looking at the code on the FAQs page here you might be able to get close with a CSS3 selector and JavaScript. If you look for $$('span.pagenav') will give you all the current elements (including <<, Start as well as the page number).

Bob
momentis 07 Feb, 2013
Thanks to both of you for the responses!!!!!!
This topic is locked and no more replies can be posted.