1
0
-1

We would like to hide the organization City, State, Zip, 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 City, State, Zip */
      
      .rgtkPetFieldOrgCitystatezip {
      display: none;
      }
        CommentAdd your comment...