Topic-icon Modal Login disrupted after update to J4

Active Subscriptions:

None
1 year 11 months ago #68976 by LGASM
Hi!
I upgraded from J3.10 to J4.4 and also update module SCLogin to 9.1.82 and the modal login popup now shows what it seems to be the Register button or the Forgot User button (yellow square at the right side os the username), even though it is set no to show since previous setup.
Please check this at devs.acianf.com.br and the attached screenshots.
Tks!
best regards!
Luiz       
 
Attachments:
The topic has been locked.
Active Subscriptions:

None
1 year 11 months ago #68977 by LGASM
Hi!
I downgraded SCLogin to its 9.1.76 version but it still shows on front-end what it seems to be the Register button or the Forgot User button (yellow square at the right side os the username), even though it is set no to show since previous setup.
Please check ASAP at devs.acianf.com.br and the attached screenshot.
Urgent hekp needed here because I must move this dev website into live production this week.
Tks!
best regards! 
Attachments:
The topic has been locked.
Support Specialist
1 year 11 months ago #68979 by mel
That's the user button icon. Looks like we don't have an option to turn it off right now. You can use the following css to target it and hide it for now.
.input-group-text.btn[title="E-mail"] {
    display: none;
}
The topic has been locked.