How to remove login and register box ?

4.39K viewsGeneral
0

What css can I use?

 

Had to ask although this may be a duplicate since there’s no way of seeing the questions I follow for updated answers.

2

@stacy – if you want to do this with just CSS, it won’t prevent the URL’s from being accessed directly, but will hide the login

.ap-login {

display:none !important;

}

commented on answer

Wonderful! Thank you so much. I saw that on a css site but wasn’t sure how to put it together and to have .ap-login {

You are viewing 1 out of 1 answers, click here to view all answers.