Comments 12MeesterGijs started the conversationOctober 21, 2023 at 2:39pmHi Alex,At the page where you can give your email to get a reset password mail but also the page where you actually put in your new password... How can I change this font? [deleted] repliedOctober 23, 2023 at 2:02pmplease change H2 font family using this tip : https://wplms.io/support/knowledge-base/google-api-key-for-font-manager-and-usage/ 12MeesterGijs repliedOctober 23, 2023 at 2:28pmBut that would change every H2 string of text. Is there a way to only effect the size at the login/forgot password popup screen?[deleted] repliedOctober 25, 2023 at 2:37pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .login_popup_content h2{ font-family:'Open sans';}in css i have added open sans as font, you can change the font that you selected in font manager in wplms options panel. 12MeesterGijs repliedOctober 28, 2023 at 9:57amThat code didn't work. I tried this, also didn't work.. Any idea how come? .login_popup.medium .login_popup_content h2{font-size: 2rem;}I've deleted both code. Could you give it a try and let me know WHERE you added WHAT code?Thanks[deleted] repliedOctober 28, 2023 at 3:07pmhi yours is working for me : https://prnt.sc/9fzAIkSbeNpX .login_popup.medium .login_popup_content h2{font-size: 2rem; font-family:'Open sans';} 12MeesterGijs repliedOctober 30, 2023 at 12:47pmI changed rem to px, that worked! Thanks Sign in to reply ...
Hi Alex,
At the page where you can give your email to get a reset password mail but also the page where you actually put in your new password... How can I change this font?
please change H2 font family using this tip : https://wplms.io/support/knowledge-base/google-api-key-for-font-manager-and-usage/
But that would change every H2 string of text. Is there a way to only effect the size at the login/forgot password popup screen?
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.login_popup_content h2{
font-family:'Open sans';
}
in css i have added open sans as font, you can change the font that you selected in font manager in wplms options panel.
That code didn't work. I tried this, also didn't work.. Any idea how come? .login_popup.medium .login_popup_content h2{font-size: 2rem;}
I've deleted both code. Could you give it a try and let me know WHERE you added WHAT code?
Thanks
hi yours is working for me :
https://prnt.sc/9fzAIkSbeNpX
.login_popup.medium .login_popup_content h2{font-size: 2rem;
font-family:'Open sans';}
I changed rem to px, that worked! Thanks