• Resolved sallyjm

    (@sallyjm)


    Hi there,

    I’m using the Password Protected plugin and have added a line of text, by entering this in functions.php.

    function my_password_protected_before_login_form() {
    echo ‘<p>Please enter the password provided by your Account Manager.</p>’;
    }
    add_action( ‘password_protected_before_login_form’, ‘my_password_protected_before_login_form’ );

    I’m trying to center align the text. It is currently left aligned by default. How can I center align the text?

    Thanks,
    Sally

    https://wordpress.org/plugins/password-protected/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Align Text on Password Protect Page’ is closed to new replies.