Title: hide login button
Last modified: May 15, 2022

---

# hide login button

 *  Resolved [thamer33238](https://wordpress.org/support/users/thamer33238/)
 * (@thamer33238)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/)
 * Hello,
    I tried to add phone field on registration form and I did, but it’s not
   supported from my SMS verification plugin because they must use a the default
   registration form or custom one. I thought of hiding current signup and login
   form the header and add my new button. Can I hide the login or signup buttons,
   or both of them from the header? because I want to use customized signup and 
   login page using phone verification
 * Any help or suggestion would be helpful

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Support [mgordon7](https://wordpress.org/support/users/mgordon7/)
 * (@mgordon7)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15648060)
 * Hello,
 * The default login/registration form of the plugin can be deactivated with custom
   CSS. You can use custom CSS under the appearance -> customize -> CSS section.
   For example;
 *     ```
       body .stm-lms-wrapper.stm-lms-wrapper__login div#stm-lms-register {
           display: none;
       }
   
       body .stm-lms-wrapper.stm-lms-wrapper__login div#stm-lms-login {
           position: relative;
           left: 300px;
       }
   
       body .modal-content .modal-body ul li:nth-child(2) {
           display: none;
       }
       ```
   
 * Cheers
 *  Thread Starter [thamer33238](https://wordpress.org/support/users/thamer33238/)
 * (@thamer33238)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15651451)
 * Thank you for your response,
 * This did hide the registration form, but didn’t hide login form and the buttons
 * Also when clicking on the login button the popup still appears.
 * Please help
 *  Plugin Support [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * (@ericstylemixthemes)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15652271)
 * Hello [@thamer33238](https://wordpress.org/support/users/thamer33238/)
 * Can you provide the link for your website, so we could provide proper CSS rules
   to hide the login form?
 * Kind regards
 *  Thread Starter [thamer33238](https://wordpress.org/support/users/thamer33238/)
 * (@thamer33238)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15658326)
 * sure,
 * [https://shorewsanad.sa](https://shorewsanad.sa)
 *  Thread Starter [thamer33238](https://wordpress.org/support/users/thamer33238/)
 * (@thamer33238)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15662495)
 * The code hides the registration form which is good and helped me a lot.
 * How can I change the sign-up button in the header to a specific registration 
   URL
 * Thanks
 *  Thread Starter [thamer33238](https://wordpress.org/support/users/thamer33238/)
 * (@thamer33238)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15662616)
 * Never Mind
    I solved the problem myself
 * Thanks again for your time
 *  Plugin Support [mgordon7](https://wordpress.org/support/users/mgordon7/)
 * (@mgordon7)
 * [4 years ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15669168)
 * Hello,
 * We are glad that you have already solved the case on your own
 * All the best
 *  [jcidone](https://wordpress.org/support/users/jcidone/)
 * (@jcidone)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15740337)
 * body .stm-lms-wrapper.stm-lms-wrapper__login div#stm-lms-register {
    display:
   none; }
 * body .stm-lms-wrapper.stm-lms-wrapper__login div#stm-lms-login {
    position: relative;
   left: 300px; }
 * body .modal-content .modal-body ul li:nth-child(2) {
    display: none; } —————————————————————————
 *     ```
       This did hide the registration form, but didn’t hide login form and the buttons
   
       Also when clicking on the login button the popup still appears.
   
       Please help
       ```
   
 *  Plugin Support [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * (@ericstylemixthemes)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15744227)
 * Hello [@jcidone](https://wordpress.org/support/users/jcidone/),
 * Thank you for reaching out!
 * By default, there is no option to hide the Login/register pop-up window completely.
   When guest users try to enroll in the course that pop-up window appears. We can
   hide the register section from the window. Can you please share the link for 
   your website, so we provide CSS rules properly?
 * Kind regards
    Eric Hardy

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘hide login button’ is closed to new replies.

 * ![](https://ps.w.org/masterstudy-lms-learning-management-system/assets/icon-256x256.
   gif?rev=2846471)
 * [MasterStudy LMS WordPress Plugin – for Online Courses and Education](https://wordpress.org/plugins/masterstudy-lms-learning-management-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/masterstudy-lms-learning-management-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/)
 * [Active Topics](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * Last activity: [3 years, 12 months ago](https://wordpress.org/support/topic/hide-login-button-2/#post-15744227)
 * Status: resolved