There are options to use RED, GREEN and ORANGE templates. How and where in css file can I change background color on JA Donate from default black to for example a bright pastel color ? Thanks
Hi mberwing
You can customize the theme , please have a look at the documentation page HERE
Regards
Hi,
Try to add the following custom css code:
.t3-wrapper { background: #aaa; }
and adjust the color value to your needs.
Cheers Joshua