No Code Attached Yet
avatar ChristineWk
ChristineWk
14 Nov 2025

The following request was made:

The font size of the text:

"Please enter the email address for your account. A verification code will be sent to you. Once you have received the verification code, you will be able to choose a new password for your account."

is too large.

A possible code could be (just an idea):

#user-registration.com-users-reset__form legend { font-size: 1em; }

avatar ChristineWk ChristineWk - open - 14 Nov 2025
avatar ChristineWk ChristineWk - change - 14 Nov 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 14 Nov 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Nov 2025
avatar WM-Loose
WM-Loose - comment - 15 Nov 2025

I have now reduced the size of the custom.css file using the following code.

@media (min-width: 400px) {
legend {
font-size: 1rem;
}
}


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/46446.

avatar chmst
chmst - comment - 17 Nov 2025

Please test #46451
It is not about CSS but a misuse of the legend tag.

avatar ChristineWk ChristineWk - close - 17 Nov 2025
avatar ChristineWk
ChristineWk - comment - 17 Nov 2025

Thanks @chmst

avatar ChristineWk ChristineWk - change - 17 Nov 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-11-17 11:29:15
Closed_By ChristineWk
avatar WM-Loose
WM-Loose - comment - 17 Nov 2025

Thank you @chmst

Add a Comment

Login with GitHub to post a comment