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; }
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-11-17 11:29:15 |
| Closed_By | ⇒ | ChristineWk |
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.