Title: Choose the Amount
Last modified: August 31, 2016

---

# Choose the Amount

 *  [findlay62](https://wordpress.org/support/users/findlay62/)
 * (@findlay62)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/choose-the-amount/)
 * I would like to change “Choose the Amount” to “Choose the amount you wish to 
   pay”. How can I do that?
 * Thanks.
 * Derek
 * [https://wordpress.org/plugins/yith-woocommerce-name-your-price/](https://wordpress.org/plugins/yith-woocommerce-name-your-price/)

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/choose-the-amount/#post-7307248)
 * Hi,
    Unfortunately this plugin version not allow to change the “Choose the Amount
   label”, but you can change the text of the “Name Your Price” button of the Shop
   page.
 * Have a nice day
    YITHEMES
 *  [Geoff](https://wordpress.org/support/users/gstertz/)
 * (@gstertz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/choose-the-amount/#post-7307268)
 * findlay62,
 * You can change it manually in the plugin template folder. Choose “single-product”
   and the nameyourprice-price-form.php file. In there you can edit the text.
 *  [Joseph G.](https://wordpress.org/support/users/illumination2025/)
 * (@illumination2025)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/choose-the-amount/#post-8698023)
 * Yith,
 * I truly appreciate you providing this plugin, and I would recommend this option
   be added, as it’s basic to it’s use… I cannot imagine everyone would want “Choose
   the Amount” as the label. It will greatly narrow the usefulness of this plugin(
   and I surely don’t want to change it dynamically w/ .js, as that just adds unnecessary
   coding and complexity to the site, as you know).
 * I appreciate your consideration in regard to adding this option.
 * findlay62,
 * Please keep in mind, if you change a template like this, if the template is ever
   updated by the plugin creator and you update the plugin, you will lose the change(
   s). It is not good practice to change the templates like this, unless you disable
   the plugin from being updated and you hope there are never security patches for
   the plugin. Overall, not the route one ‘should’ take, ever if does ‘solve’ the
   issue in the short-term. Hope that helps.
 *  [Joseph G.](https://wordpress.org/support/users/illumination2025/)
 * (@illumination2025)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/choose-the-amount/#post-8698561)
 * You might try this as well:
 *     ```
       #ywcnp_form_name_your_price label {
           display: none;
       }
   
       #ywcnp_form_name_your_price:before {
           content: 'Please enter your Quote:';
           margin-right: 8px;
       }
       ```
   
    -  This reply was modified 9 years, 6 months ago by [Joseph G.](https://wordpress.org/support/users/illumination2025/).

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

The topic ‘Choose the Amount’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-name-your-price_d5d1be.
   svg)
 * [YITH WooCommerce Name Your Price](https://wordpress.org/plugins/yith-woocommerce-name-your-price/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-name-your-price/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-name-your-price/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-name-your-price/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-name-your-price/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-name-your-price/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Joseph G.](https://wordpress.org/support/users/illumination2025/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/choose-the-amount/#post-8698561)
 * Status: not resolved