- This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › eMember – incrreasing font size of "Remember Me"
Tagged: eMember, remember me
Hi:
My member login form is on this page:
[http://shobhaponnappa.com/digital-entrepreneurs-network-with-free-and-paid-membership/]
I have checked the forum and changed the font size of the “Forgot password” below the login form. I have also seen the forum and removed the “Join us” below the login form, because I want to put the membership options on the same page above the login form.
I have searched the forum but could not find instructions how to increase the font size of the checkbox label “Remember me”. Where and how can I change this?
Thanks in advance for your help,
Regards,
Shobha Ponnappa
The default font-sizes come from your theme’s CSS.
You can try to increase the font size of the “label” property to make all the labels in the login form to be a little bigger.
Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following custom CSS
.wp_emember_loginForm label{
font-size: 16px;
}
Thanks so much!