Hello George,
Thank you for reaching out.
I sincerely apologize for any inconvenience caused. Unfortunately, the "Register" button in Educon II cannot be disabled through the settings as it is integrated into the menu design. However, there are alternative solutions to achieve your desired result:
-
Custom Header: You can create a custom header to modify the layout and functionality as needed. Please refer to this documentation on creating a custom header for guidance.
-
Custom CSS: Another approach is to use custom CSS to hide the "Register" button. Adding the following CSS code to your Template Options -> Custom Code -> Custom CSS
.header-modules .menu-login .sp-signup{
display: none;
}
Please let me know if you need further assistance with implementing either of these methods.
Best regards