I would like to remove the section at the bottom that reads: “please choose a payment option”. In other words, can you tell me which PHP I need to edit.
Note, I have disabled all payment options in EE since all our invoices are done manually.
Where possible, we try to avoid editing PHP files because this can cause all kinds of issues in the future when there are updates.
Instead you can hide the text with CSS by adding the following code to your custom stylesheet:
#payment-options-dv h2{
display:none;
}
If your theme does not have a custom stylesheet option, and you do not have a child theme set up for it, you can use a plugin like Jetpack or the my custom CSS plugin to add any needed custom styles.
Viewing 2 reply threads
The support post ‘Payment confirmation page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.