Hey @anonymical7,
Also, something my teammate noticed is that your submit button has a white background-color with a white text on a white page, so, although the button is there, you cannot see it. To fix it, you’ll need to add some custom CSS code that I can help you with.
This is a result of your site’s CSS (styling) being a bit too opinionated.
We try our best to “stay in our lane” with Give’s CSS, and let the theme do the bulk of the work of styling. Every now and then, depending on the theme, it means we got a little too “out of the way.”
Here’s a short CSS snippet that will resolve your issue:
input#give-purchase-button {
background-color: #F00;
}
If you need assistance implementing custom CSS on your WordPress website, we have this guide for you:
https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/
Please note that this code snippet is provided as an example of how you can extend GiveWP with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.
Have a great day!