Hi there,
To change the styling on the donate button you will need to use CSS.
The selector for the donate button is the id “give-purchase-button”
Here is an example of the code you would use:
#give-purchase-button {
color: white;
background-color: red;
}
This would make the button text white and the button background red.
The code can be placed in either your theme’s style.css file or in the WP Customizer.
Let me know if you have any further questions and I’ll be happy to help.
Hi
I put in a hex code for the background colour and at first it wasn’t working until I pre-fixed the hex code with a # and now it all works perfectly.
Thanks so much for your help! 🙂
We’re happy to help, glad it worked out for you!
If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
https://wordpress.org/support/plugin/give/reviews/
Thanks!