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
Thanks!
Rick
Hi Rick,
That's the default Joomla pagination generated code, not sure if you can do this!😟
Regards,
Max
That's the default Joomla pagination generated code, not sure if you can do this!😟
Regards,
Max
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
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
This topic is locked and no more replies can be posted.