VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: lockwoodman on July 15, 2012, 21:55:04 PM

Title: I want to remove start prev next and end from pagination on my category page.
Post by: lockwoodman on July 15, 2012, 21:55:04 PM
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!
Title: Re: I want to remove start prev next and end from pagination on my category page.
Post by: Genius WebDesign on July 15, 2012, 22:19:34 PM
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.
Title: Re: I want to remove start prev next and end from pagination on my category page.
Post by: lockwoodman on July 15, 2012, 22:48:18 PM
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;}
Title: Re: I want to remove start prev next and end from pagination on my category page.
Post by: nethawk2k on October 22, 2012, 20:31:05 PM
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!!

:)
Title: Re: I want to remove start prev next and end from pagination on my category page.
Post by: jenkinhill on October 22, 2012, 23:49:42 PM
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.