Donation Application Background Color

Options

Has anyone been able to change the donation form background color. We've been able to change many parts with the css and through the wysiwyg portion, but we have not been able to change the background of the donation standard level components / billing, etc pieces to anything but a white background.

Any suggestions or examples to look at would be appreciated.

Tagged:

Comments

  • Hello,

    There is a way to change the background color of the donation form. You can add the following css definition to your CustomStyle.css file or create a new form (Your choice):

    TR.FormRow {

    background-color: #00cc00;

    }

    I set an extreme green color but obviously you can choose any valid HTML color value.

    http://html-color-codes.com/

    Hope this helps.

    Anthony

Categories