1
0
-1

We have chosen a layout that has a member login area automatically on the sidebar and would like to hide it. How do we hide the member login from the sidebar?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can hide the member login box by adding the following to Website > Custom CSS

      #loginBox {
      display: none;
      }

       

       

        CommentAdd your comment...