- This topic has 4 replies, 3 voices, and was last updated 7 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Customise Login page font sizes
Tagged: css tweaks, customize, form, login
Hi,
I wonder if you can help me? I have a question regarding customisation.
I would like to customise the font sizes of the Login page ‘Forgot Password’ and ‘Join Us’ links to better match font sizes on my site. Some members have pointed out that they are too small and requested they be made larger.
Thanks for your help
Please provide a live URL to your login page.
Hi,
Thanks for getting back to me, sorry for the delay, here’s a link:
[https://hymnsocietygbi.org.uk/member-login/]
Hope this helps.
Kind regards,
Ken
You can use the following custom CSS code to customize the font-size of the login form to whatever you want:
.wp_emember_loginForm {
font-size: 20px;
}
Use the following interface of WP to enter custom CSS:
Appearance -> Customize -> Additional CSS
Thanks very much, that’s really helpful to know