News:

Looking for documentation? Take a look on our wiki

Main Menu

category page and pagination

Started by patrick356356, December 18, 2012, 11:44:49 AM

Previous topic - Next topic

patrick356356

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!