1
0
-1

We want to hide the box that has the social sharing icons and organization information. How do we do this?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

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

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