• I need help changing the color of some of the text on my form?

    Why isn’t there a simple, light/dark theme option?

    This is what I have so far from reading through the forum:

    form[id*=give-form], form[id*=give-form] legend {
    color: white;
    }

    form[id*=give-form], form[id*=give-form] legend, form[id*=give-form] p {
    color: white;
    }

    form[id*=give-form] span.give-final-total-amount {
    color: red;
    }

    body.give-twentysixteen .give-btn, body.give-twentysixteen .give-submit {
    background-color:green;
    }
    .entry-content #give-recurring-form, .entry-content form.give-form, .entry-content form[id*=give-form] {
    color:white;
    }
    form[id*=give-form] .give-donation-amount .give-currency-symbol {
    color:#333;
    }

    It has fixed “Select Oayment Method” and “Person Info” but as you can see I cannpt see the currency symbol, “PayPal” r Donation Total.

    Also, once Name and Email are entered, they are dark and difficult to read.

    Anyway here is a screen shot of my issue.

    View post on imgur.com

    website is: noelandlaurawedding.com

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    Looks like it’s not live any longer. I can help much more directly if I can see it live.

    While we do plan to have an Add-on that will provide some basic theming or skinning of the donation form, it’s very challenging because WordPress themes very easily override whatever you might do within a plugin. We find overall that just providing the minimum layout CSS for Give helps users customize the appearance much more reliably than them having to override a lot of custom colors or font-weights and whatnot.

    Again, happy to help with custom CSS guidance if I can see it live. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Change form field text- can’t read’ is closed to new replies.