Category / Section
How to Hide the Login Option in the Customer Portal
Published:
You can hide the login option in the customer portal using the Custom CSS option.
To do so, go to Admin > Customer Portal > Customization and paste the following Custom CSS code.
Custom CSS code
#login-button, #mobile_login_tab { display: none !important; }
Pasting the custom JS code
To learn where to paste the above custom JS code, refer to this article