Title: Size
Last modified: May 21, 2021

---

# Size

 *  Resolved [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * (@emexonline777)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/)
 * Hi, is there a way to make the size of the box and the font be larger in the 
   free version? Thank you

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

 *  Thread Starter [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * (@emexonline777)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14476098)
 * Maybe with CSS? But I don’t know what CSS.
 * It would be for WordPress/Woocommerce/Avada Theme I have a place to put custom
   CSS, but I don’t know what CSS to put to make the box larger and the font that
   they input the donation about larger – right now its very small – as in the box
   is narrow and the donation amount input font is very small and also light, it
   needs to be both larger and darker.
 * Thank you!
 *  Plugin Support [Emanuela Castorina](https://wordpress.org/support/users/kreamweb/)
 * (@kreamweb)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14478949)
 * Hello [@emexonline777](https://wordpress.org/support/users/emexonline777/),
    
   could you please share the link of the page so we can help you with the CSS?
 * Thank you
 *  Thread Starter [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * (@emexonline777)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14483116)
 * Thank you
 * The main site is
    [https://dev.rcm-usa.org/](https://dev.rcm-usa.org/)
 * The “donation product” is
    [https://dev.rcm-usa.org/product/donate-to-rcm/](https://dev.rcm-usa.org/product/donate-to-rcm/)
 * Thank you!
 *  Plugin Support [Emanuela Castorina](https://wordpress.org/support/users/kreamweb/)
 * (@kreamweb)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14488506)
 * Hello,
    try to add this css code
 *     ```
       input.ywcds_amount_single_product {
           height: 50px;
           font-size: 20px;
           color: #747474;
       }
       ```
   
 * Let me know!
 *  Thread Starter [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * (@emexonline777)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14490608)
 * Thank you,
 * I’m getting an error on the first line that says…
 * (input.ywcds_amount_single_product) if overqualified, just use input.ywcds_amount_single_product
   without element name
 * I don’t know how to do that. What do I need to change, remove? Thank you!
 *  Plugin Support [Carlos M](https://wordpress.org/support/users/cjmora/)
 * (@cjmora)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14520673)
 * Hello,
 * Where are you getting this message? Could you be more specific, please?
    It doesn’t
   seem to be an error. I think it’s just suggesting to use this instead:
 *     ```
       .ywcds_amount_single_product {
           height: 50px;
           font-size: 20px;
           color: #747474;
       }
       ```
   
 * Let us know.
 *  Thread Starter [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * (@emexonline777)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14520841)
 * I wish I had a way to send you a screenshot.
 * I use avada theme and there is a place to put custom CSS in th theme options 
   so that is where I”m putting the CSS
 * Actually I tested it and the original code works even though I’m getting that
   error message, the second code doesn’t work.
 * But the error on the first line that says…
    (input.ywcds_amount_single_product)
   if overqualified, just use input.ywcds_amount_single_product without element 
   name
 * I’m not sure which is considered the element name, but it didn’t work to remove
   input
 * Thank you
 *  Plugin Support [Armando](https://wordpress.org/support/users/geckod22/)
 * (@geckod22)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14528745)
 * Hi,
    try with this one
 *     ```
       .ywcds_amount_field .ywcds_amount_single_product {
           height: 50px;
           font-size: 20px;
           color: #747474;
       }
       ```
   
 * Regards
 *  Thread Starter [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * (@emexonline777)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14528856)
 * That works, thank you!

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

The topic ‘Size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-donations-for-woocommerce_e1beb6.
   svg)
 * [YITH Donations for WooCommerce](https://wordpress.org/plugins/yith-donations-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-donations-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-donations-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-donations-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-donations-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-donations-for-woocommerce/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [emexonline777](https://wordpress.org/support/users/emexonline777/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/size-23/#post-14528856)
 * Status: resolved