Hi @riatech – you can hide the payment select field using the following CSS snippet:
#give-payment-mode-select { display:none; }
Here’s an article that describes how to add the custom CSS to your site if you’re not sure how: https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/
Thanks for your question!
Hi, I found out the above CSS snippet only works when the payment fields set to “show on page”. It won’t work on the other two options(i.e. reveal and modal). Is it a bug or anything relates to the theme ?
Thanks
No, not a bug, but those methods will force the display to “block”. So add !important at the end so that doesn’t get over-written. Like so:
#give-payment-mode-select {display: none !important;}
Thanks!
Thanks for the clarification and it works now !
Thanks
Good to hear, @acwchen
If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
https://wordpress.org/support/view/plugin-reviews/give
Thanks!