Title: Hide &#039;Selection payment method&#039;
Last modified: August 31, 2016

---

# Hide 'Selection payment method'

 *  Resolved [riatech](https://wordpress.org/support/users/riatech/)
 * (@riatech)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/)
 * Hi,
 * Currently, i only have 1 payment gateway for my site and the payment method is
   the default payment method.
 * How do i hide the ‘Select payment method’ radio button field, in the form?
 * I wish to have the option to hide and unhide this radio button field.
 * Thank you.
 * [https://wordpress.org/plugins/give/](https://wordpress.org/plugins/give/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Devin Walker](https://wordpress.org/support/users/dlocc/)
 * (@dlocc)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/#post-7451337)
 * Hi [@riatech](https://wordpress.org/support/users/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/](https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/)
 * Thanks for your question!
 *  [acwchen](https://wordpress.org/support/users/acwchen/)
 * (@acwchen)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/#post-7451506)
 * 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
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/#post-7451507)
 * 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!
 *  [acwchen](https://wordpress.org/support/users/acwchen/)
 * (@acwchen)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/#post-7451508)
 * Thanks for the clarification and it works now !
 * Thanks
 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/#post-7451510)
 * Good to hear, [@acwchen](https://wordpress.org/support/users/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](https://wordpress.org/support/view/plugin-reviews/give)
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide 'Selection payment method'’ is closed to new replies.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/hide-selection-payment-method/#post-7451510)
 * Status: resolved