• Resolved sensoham21

    (@sensoham21)


    Hi,

    This plugin works perfectly for our upcoming website. I just needed to know if there is a way to edit the contents of the login page using this plugin. For example, if we want the contents of the form to be displayed in bold, would it be possible?

    Thanks

Viewing 1 replies (of 1 total)
  • Hi @sensoham21,

    This is possible using custom CSS.
    If you want to make the form elements bold please add this code in Appearance > Customize > Additional CSS:

    #loginform * {
    	font-weight: bold;
    }

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Login Form Contents’ is closed to new replies.