Hi, @joethedev.
I’m glad you reached out. I can give you a starting point.
To do what you want to do, you will need to use some CSS code to hide the field and a trick using Loco Translate to modify the wording.
- Using CSS to hide the field
The Classic template loads in an iframe, to make it more resistant to changes made in the theme’s CSS. That’s helpful for avoiding theme conflicts, but makes customizing the style of it a bit more difficult. There are two PHP code snippets in our Snippet library that will help with that process.
The first is for small changes, and adds some style inline to the donor dashboard or the multi-step donation form: https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/style-givewp-iframes.php
Please note that you’ll need to change line 14 to ‘give-classic-template’
Also, you need modify lines 16-26 with your own CSS.
The other is for enqueueing your own CSS completely via a custom stylesheet: https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/enqueue-style-for-givewp-iframes.php
On line 19 of the above file you’ll have to change it to ‘give-classic-template’.
If you need assistance implementing custom PHP code on your website we have this guide:
https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
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 customise it to your liking. We cannot support custom code on your website, only the code we create and distribute.
2. Loco Translate to change the wording
Loco Translate facilitates this process because you can create a custom translation for the same language that you are using on your site.
We wrote a tutorial for it here https://givewp.com/documentation/resources/translating-give/translating-givewp-with-loco-translate/#modify-the-wording-using-loco-translate.
Please let us know if you have further questions or need additional assistance!
