Remove Pagination
  • Hi, I am using the default template. Is it possible to remove the pagination for the thumbnails below the image, so that they are organized in a grid instead?

    Thank you.
  • mikemike
    July 2012
    What do you mean by pagination below the thumbnails? The next/previous or the thumbnails all together?
  • I would like to remove the next/previous buttons, but keep the thumbnails. So if there were say 10 thumbnails, they would all be visible on the page.

  • mikemike
    July 2012
    Edit: /css/slideshow.css

    Add this code anywhere in that stylesheet:

    div.navigation a.prev, div.navigation a.next {display:none !important;}

  • great, thank you very much