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