1
0
-1

We would like to remove the previous and next arrows with images in our toolkit. How do we do this?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can do this by adding the following to your Toolkit's CSS:

      .rgtkPetBrowseBox {
      display: none;
      }
        CommentAdd your comment...