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
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