• Resolved dinumarish

    (@dinumarish)


    Hi Sanjeev,

    The confirmation dialog for entering the password appears in very small fonts that it is impossible to read the text without zooming the screen. How can I increase the size of the font and move the field to enter the password further to the right?

    Thanks
    Dinesh

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sanjeev Aryal

    (@sanzeeb3)

    Hi @dinumarish,

    Thanks for reaching out!

    That is because the Elementor kit plugin you’re using is adding CSS for all labels.

    You can use the following custom CSS:

    .wpfda-delete-account-container label {
       font-size: 15px;
    }
    
    .wpfda-delete-account-container input {
        margin-left: 15px
    }

    Add the CSS from your dashboard > Appearance > Customize > Additional CSS. You can find additional ways from this article: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    I hope this helps!

    Thread Starter dinumarish

    (@dinumarish)

    Thank you very much. That fixed the issue. Will this fix stay in place through theme updates?

    Plugin Author Sanjeev Aryal

    (@sanzeeb3)

    The fix will stay since the additional CSS is stored on the database, and not on your theme’s files.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enter password to confirm’ is closed to new replies.