How to remove the pagenumber
  • How do I remove the page number from the prettygallery? I need just the next/prev link.
  • You can either pass the markup during the prettyPhoto() initialization call, without the:

    <p class=\"currentTextHolder\">0/0</p>

    Or simply add some css to hide the numbers:

    .currentTextHolder{display:none};
  • This does not work for me.. What is "currentTextHolder"? Please let me know how to do this.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter