1
0
-1

We are using a layout that has a Member Login on the sidebar. What is this used for and how can we disable it?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Some of our Website Layouts feature a Member Login on the left or right side of the layout.

      This is a popular feature where a website visitor can register on your website to get notifications on favorite animals, breeds, event alerts, news alerts, and save their place when filling out an online application.

      If you would like to hide this Member Login box on your website you can do so with css. 

      Go to RescueGroups.org and click Login

      Then go to Website > Custom CSS 

      Enter the following:

      #loginBox {
      display: none;
      }

      Be sure to click Save.

      Related:

      How do I remove My Rescue from my website menu?

      What is the My Rescue used for?

      How do I disable the My Rescue feature from showing on the animals on my website?

        CommentAdd your comment...