• Resolved revengeat

    (@revengeat)


    Hi Lynn,

    amazing plugin, thank you very much.

    Which elements do i have to change to customize the Login Popup around the Wallet Connect Buttons?

    “Link a Wallet – Associate a Wallet with your account” doesn’t seem to respond to any changes and remains black roboto(?) font on white background with black border.

    Button is already customized.

    Appreciate the response in advance&have a nice day

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lynn999

    (@lynn999)

    Are you talking about customizing through the wordpress “customizer”, or with CSS?

    It doesn’t respond to customizer things, I didn’t think of that when I made the thing. One of the oversights…

    Anyhow, you can use CSS to style the thing, like so

    #web3-login-root .web3login-modal-heading {
    color: green;
    }
    #web3-login-root .web3login-modal {
    background: orange;
    }

    First one is heading, 2nd is background. You’ll have to google around a bit to figure out, but it shouldn’t be overly difficult. You can always circle back and ask again.

    Plugin Author ethereumicoio

    (@ethereumicoio)

    Closing for now. Feel free to re-open.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize the Wallet Selection Popup’ is closed to new replies.