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!
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.
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;}
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!!
:)
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.