Question - Question | JoomShaper

Question

F

fabiana

Template 11 months ago

https://prnt.sc/3lOkP93qYL-T

Hello, how do I leave the login alone and not show the signup?

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #174918

Hi Fabiana,

As first step you have to Disable Registration in Joomla User Manager > Options.

Then in theory Sign-In link shouldn't be visible.


As alternative solution you can hide using Custom CSS, example syntax:

#sp-top-bar .sp-educon-login .sp-educon-login a.registration {
  display: none; visibility: hidden; color: transparent; pointer-events: none;}
0