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
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
Hello @thamer33238
Can you provide the link for your website, so we could provide proper CSS rules to hide the login form?
Kind regards
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
Never Mind
I solved the problem myself
Thanks again for your time
Hello,
We are glad that you have already solved the case on your own
All the best
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
Hello @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