• Hi Team,

    Please look into updating the crypto donation box for websites with dark themes.
    I can’t see the fonts that are displayed in the donation box.

    For example:
    Donate [coin-name] to this address
    Scan the QR code or copy the address below into your wallet to send some [coin-name]

    Please fix this and I’ll leave you a 5 stars rating.
    Hope to hear from you soon.

    • This topic was modified 3 years, 2 months ago by siangjun88.
    • This topic was modified 3 years, 2 months ago by siangjun88.
    • This topic was modified 3 years, 2 months ago by siangjun88.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi There

    Please use given below CSS to fix issue with dark theme

    .CDBBC_input_add h2, .CDBBC_input_add p {
    color: #000 !important
    }

    Thanks

    Thread Starter siangjun88

    (@siangjun88)

    Thank you so much for your solution.

    Hi There

    You can check icon image issue by disabling all plugin one by one
    it seems some confliction with another plugin.

    Here is custom css to fix mobile responsive issue in mobile

    @media only screen and (min-width: 500px) {
    .CDBBC_input_add input.wallet-address-input {
    width: 100% !important;
    }
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin doesn’t go well with dark theme’ is closed to new replies.