1
0
-1

We would like to hide the organization contact information in the toolkit. How can we do this?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Login to your account at RescueGroups.org

      Click on Features > Pet Adoption Toolkit

      Click on the "Name of Your Toolkit"

      Click Update Styles

      Under Custom Style Sheet add the following:

      /*Hides the Organization Contact Info */
      .rgtkPetOrgInfoBox {
      display:none;
      }

      Click Save Styles and Colors

        CommentAdd your comment...