Title: Payment description
Last modified: August 30, 2016

---

# Payment description

 *  [zenasen](https://wordpress.org/support/users/zenasen/)
 * (@zenasen)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/payment-description/)
 * in chekout page there is description below payment method. but i don’t know why.
   my payment description not displayed.
    when i check in inspect element i found:“
   <div class=”payment_box payment_method_cheque” style=”display:none;”>” is there
   any setting to make change that ‘none’ ?
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/payment-description/#post-6813177)
 * On my site, the description is hidden until the user clicks the radio button,
   then the display property changes to block.
 * Try this custom css to make it show irrespective of whether the option is selected:
 *     ```
       .payment_method_cheque {display:block !important}
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Payment description’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [chekout](https://wordpress.org/support/topic-tag/chekout/)
 * [woocomerce](https://wordpress.org/support/topic-tag/woocomerce/)

 * 1 reply
 * 2 participants
 * Last reply from: [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/payment-description/#post-6813177)
 * Status: not resolved