Disable or turn off the Pagination display

  • Posts: 209
  • Thank you received: 18
  • Hikashop Business
13 years 4 months ago #2668

Is there a way to turn off the Pagination display?

cheers

Attachments:
Last edit: 13 years 4 months ago by JIK.

Please Log in or Create an account to join the conversation.

  • Posts: 13
  • Thank you received: 0
13 years 4 months ago #2669

I'm not sure if there is anything in the configuration to switch it off, but an quick and easy fix would be to target the element that is containing the pagination and apply the CSS declaration: display:none;

Please Log in or Create an account to join the conversation.

  • Posts: 209
  • Thank you received: 18
  • Hikashop Business
13 years 4 months ago #2676

Hmmm, tried editing the CSS per below but no change... Thanks for the suggestion tho!

/* pagination */
.pagenav{
cursor:pointer;
display: none;
}
.list-footer li{
list-style-type:none;
display: none;
}

Please Log in or Create an account to join the conversation.

  • Posts: 13
  • Thank you received: 0
13 years 4 months ago #2683

What page is this pagination on ? You must be targeting the wrong element... on the orders page it's inside a div with class 'pagination'.

try:

div.pagination{
display:none;
}

Note: it is not already declared in the style sheet, you will need to add it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds
Powered by Kunena Forum