1
0
-1

How do it change the Adoption Pending message so it stands out more?

Thanks,

Stacey

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      With the RescueGroups.org Website Service, you can adjust the look of the adoption pending message in your style sheet (Website > Custom CSS) by styling the following element id selector: #animalAdoptionPending.

      Here is an example where we will make the font size 20px and the color a dark red.

      #animalAdoptionPending {
      font-size: 20px;
      color: #983334;
      }

      This is the result:

        CommentAdd your comment...