Tips and Tricks HQ Support Portal › Forums › WP eMember › Change Font In Username/Password Boxes & Registration Input Text Boxes
Tagged: Login Registration Font
- This topic has 3 replies, 3 voices, and was last updated 4 years ago by
admin.
-
AuthorPosts
-
March 4, 2022 at 2:58 am #84233
algis100
SpectatorHi, my WordPress Theme uses a font that unfortunately does not display underscores correctly. This causes issues when new users try to register and have an underscore in their email address and when users try to use an underscore in the their passwords.
How can I change the font to something standard, such as Arial, in just the text boxes that users type into for their usernames and passwords on the login page and also all of the text boxes on the registration form?
Thanks.March 4, 2022 at 4:10 pm #84235wzp
Moderator- Is the issue affecting the ability of members to correctly type information, or just “see” what they are typing?
- What font is your theme using?
- What “character encoding” and CHARSET is your MySQL database using? Is it UTF-8 and Latin1?
If you are comfortable, that none of the above is the issue; you can affect CSS changes to input boxes with:
.eMember_text_input{ font: Arial; }You can add the CSS tweak to the following interface of your site:
Appearance -> Customize -> Additional CSSMarch 5, 2022 at 5:37 am #84238algis100
SpectatorHi, thanks for getting back to me.
In answer to your questions…
1. The issue is that members cannot type an underscore correctly. Whenever they do it appears as a ^
2. My Theme is using the font Uglyqua
3. I’m not sure how to find that out and Googling it didn’t help much either.
I have now added the CSS change you have suggested as it makes sense to try it.March 5, 2022 at 9:21 pm #84239admin
KeymasterThe “underscore” character issue you explained is a theme related issue (due to the font it is using). You can do the following test to verify it:
Then you can request the theme developer for potential solutions (if the CSS tweak you added isn’t helping).
- Is the issue affecting the ability of members to correctly type information, or just “see” what they are typing?
-
AuthorPosts
- You must be logged in to reply to this topic.