current page number

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello,

Is it possible while navigating categories and products to add a style to the current page number ? for example change it's color or make it bold ?
7 years ago
Hi,

Sure it is possible. Check out demo.
By default current page has class name: current-page

<div class="pager">
                <ul><li class="previous-page"><a href="/notebooks?pagesize=3">Previous</a></li><li class="individual-page"><a href="/notebooks?pagesize=3">1</a></li><li class="current-page"><span>2</span></li></ul>
            </div>


Regards,
Tomasz
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.