VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: patrick356356 on December 18, 2012, 11:44:49 AM

Title: category page and pagination
Post by: patrick356356 on December 18, 2012, 11:44:49 AM
Hi all,

I'm trying to change the style of the pagination in vm 2.0.14 category (browse) page. But when looking in firebug then it say:
<ul class="pagination">

where I think it should say
<ul class="vm-pagination">

class "pagination" seem to be in the joomla template and I can't change that without getting a strange layout elsewhere. Anyone knowing why it seem to use the wrong pagination class? Some setting I have failed?

Thanks
Patrick
Title: Re: category page and pagination
Post by: bytelord on December 18, 2012, 20:22:16 PM
Hello,

As you have already post:

override the class

.vm-pagination ul li {
    ....
}

May be this related to your joomla/vm template especially if is a commercial one.

Use firebug better and try to open sub classes also

Regards