News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

I want to remove start prev next and end from pagination on my category page.

Started by lockwoodman, July 15, 2012, 21:55:04 PM

Previous topic - Next topic

lockwoodman

I have had a really good search around here and have not found an answer for myself to get this done.
Am trying my best with firebug but can't change it for the life of me. Please help!

Genius WebDesign

You can try to CSS your way out of this one by styling the ul.pagination, like this:

ul.pagination {opacity:0;}   - this will make is invisible but it will apply to both the top and buttom pagination.

lockwoodman

All right! Done. Thanks.
I'm getting better at using firebug now.

For anyone else here's what I did.
Added this to template.css

.pagination-start,
.pagination-prev,
.pagination-next,
.pagination-end{opacity:0;}

nethawk2k

I too, need to remove this from my category page. Can someone help me please!!??

I am using the latest VirtuMart install
I need to know what directory these files are to edit.

PLEASE HELP!!

Thank you in advance!!

:)

jenkinhill

nethawk it is described precisely in the message above yours:

Added this to template.css

.pagination-start,
.pagination-prev,
.pagination-next,
.pagination-end{opacity:0;}

So obviously you look in your Joomla template directory or add the style though Joomla's template manager.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum