Greetings.
I'm trying to apply the Bootstap 3 pagination style into Virtuemart.
The problem i have is that the previous version (2.3.2) used to mark with pagination in the class of the div. But the pagination in 3 have to be applied to the list.
However the default line of the pagination looks like this:
<div class="vm-pagination"><?php echo $this->vmPagination->getPagesLinks (); ?><span style="float:right"><?php echo $this->vmPagination->getPagesCounter (); ?></span></div>
and i can't find where to set the class to the unordered list.
I appreciate any kind of help about this.
Thanks in advance
Does applying to ul.pagination li, li.pagenav-prev, li.pagenav-next not work?