Viewing 5 replies - 1 through 5 (of 5 total)
  • I am having the same problem. White text on a white background. My font is white in the rest of the site. Is there a way to change the BG color of the seamless donation form? Or to change to color of the font to black?

    http://soroptimist-longbeach.org/donation/

    Try adding this to your custom CSS:

    form#dgx-donate-form {
         color: black;
    }

    Thank you! That worked!

    This fix did not work for me. Text only displays in chrome. Firefox and explorer appear blank.

    Plugin Author David Gewirtz

    (@dgewirtz)

    See if this works, changing the color to what you want.

    #dgx-donate-form-donation-section p {
    color: red;
    }

    What version of IE are you using? Before either IE8 or 9, CSS selectors in IE were notoriously wonky. I’ve generally worked on the assumption that if Chrome and Firefox work, it’s IE’s fault. But if Chrome and Firefox don’t match close enough (except for, say, minor things like rounded corners), it’s the fault of the CSS.

    Let me know.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Donation Form Writing Is In White’ is closed to new replies.