Okay
  Public Ticket #3504497
reset password font
Closed

Comments

  •  12
    MeesterGijs started the conversation

    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? 

    1656774139.png


  •  12
    MeesterGijs replied

    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?

  • [deleted] replied

    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.

  •  12
    MeesterGijs replied

    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

  • [deleted] replied

    hi yours is working for me : 

    https://prnt.sc/9fzAIkSbeNpX

    .login_popup.medium .login_popup_content h2{font-size: 2rem;
                                               font-family:'Open sans';}

  •  12
    MeesterGijs replied

    I changed rem to px, that worked! Thanks