• Resolved dariaa1

    (@dariaa1)


    Hi,
    I would like to change the weight of the text in confirmation area. Now it’s bold and i would like to change it to normal. Is there any possibility to do that?

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

    (@sanzeeb3)

    Hi @dariaa1,

    Do you mean the text in the button? The font-weight is normal by default. But if it is not for you (since it can be changed by themes or other plugins), you can add CSS:

    .wpf-delete-account-button button {
        background-color: red;
        font-weight: normal !important;
        font-size: 18px !important;
    }

    You can add CSS from Appearance > Customize > Additional CSS.

    I hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Confirmation text’ is closed to new replies.