Educon II Disable Register - Question | JoomShaper

Educon II Disable Register

GT

George Thomopoulos

Template 11 months ago

Hello,

I have Educon II installed and want to disable Register button (next to Login) from first page. How can I do it? See my website in hidden section

Regards George

0
3 Answers
GT
George Thomopoulos
Accepted Answer
11 months ago #176520

That worked Appreciate

George

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 11 months ago #176493

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

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #176505

of course, disable Registration in User Manager Options - if that site shouldn't offer creating a new accounts.

0