Title: Commerce Entry Fields
Last modified: March 15, 2017

---

# Commerce Entry Fields

 *  [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/)
 * I am evaluating your ShopbizLite theme before getting the Pro version and have
   a question. I have added the Woo Commerce plugin to your theme and found that
   the entry fields for the consumer for first name, last name, etc. were very,very
   light and I asked them if there was any way to darken the field text so it was
   more readable. They indicated this was based on the theme and that question should
   be directed to you. I didn’t see any setting where this could be done. Can you
   help?
    -  This topic was modified 9 years, 1 month ago by [fredurble](https://wordpress.org/support/users/fredurble/).

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

 *  [themeicy](https://wordpress.org/support/users/themeicy/)
 * (@themeicy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8919649)
 * Hello [@fredurble](https://wordpress.org/support/users/fredurble/)
 * Can you share a link to your website and also indicate through a screenshot.
 * Thanks
    ThemeICY
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8940989)
 * Link is at pulsetech.org/checkout
 *  [themeicy](https://wordpress.org/support/users/themeicy/)
 * (@themeicy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8944607)
 * HI [@fredurble](https://wordpress.org/support/users/fredurble/)
 * Enter the code given below in additional css filed, then check your checkout 
   page
 *     ```
       .woocommerce form .form-row.woocommerce-invalid label
       {
       color:#000 !important
       }
       ```
   
 * And if there is any confusion then tell me.
 *     ```
       .woocommerce form .form-row.woocommerce-validated input.input-text
       {
       color:#000 !important
       }
       ```
   
 * Thanks
    ThemeICY
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8944792)
 * Hi,
 * I added the code in the additional CSS and saved it, but it did not show any 
   changes. The entry fields are the same.
 * Is there something else I should do?
 *  [themeicy](https://wordpress.org/support/users/themeicy/)
 * (@themeicy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8944836)
 * Hi [@fredurble](https://wordpress.org/support/users/fredurble/)
 * Sorry for my mistake plz add given below code in custom css field.
 *     ```
       .woocommerce form .form-row.woocommerce-invalid label
       {
       color:#000 !important;
       }
       ```
   
 * And if there is any confusion then tell me.
 *     ```
       .woocommerce form .form-row.woocommerce-validated input.input-text
       {
       color:#000 !important; 
       }
       ```
   
 * Thanks
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8944931)
 * I cut and pasted the code you sent in the last message but it did not work either.
   It looks like it’s the same CSS code you sent before.
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8944952)
 * FYI, in the additional CSS screen, it is showing the “woocommerce” and “woocommerce-
   invalid” and “woocommerce-validated” phrases with rippled underlines.
 * I cut and pasted the text exactly as you gave it to me.
 *  [themeicy](https://wordpress.org/support/users/themeicy/)
 * (@themeicy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8945059)
 * Hi [@fredurble](https://wordpress.org/support/users/fredurble/)
 * Please add given below code in additional css field.
 *     ```
       .woocommerce form .form-row label
       {
       color:#000 !important;
       }
   
       .woocommerce form .form-row input.input-text
       {
       color:#000 !important; 
       }
       ```
   
 * If still not, you can tell us through the screenshot additional css filed
 * Thanks
    ThemeICY
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8945899)
 * The new code did the trick!
    Thanks so much for all the assistance!
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-8946340)
 * The billing field area is now working great.
 * I noticed there is an “additional comments” or “Order Notes” field on the right
   hand side that did not change.
 * What is the CSS reference name to add for making this “additional comments” area
   text have the same change?
 *  [themeicy](https://wordpress.org/support/users/themeicy/)
 * (@themeicy)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-9249076)
 * Hi [@fredurble](https://wordpress.org/support/users/fredurble/)
 * Kindly confirm still using this theme or your issue resolved or not?
 * Regard’s
    ThemeICY
 *  Thread Starter [fredurble](https://wordpress.org/support/users/fredurble/)
 * (@fredurble)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-9250183)
 * As in the post above, the billing fields are changed. However, on the same form
   there is an “Additional Comments” or “Order Notes” on the right hand side that
   did not change.
 * What is the CSS reference name to add for making this text area have the same
   change?
 *  [themeicy](https://wordpress.org/support/users/themeicy/)
 * (@themeicy)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-9250606)
 * Hi [@fredurble](https://wordpress.org/support/users/fredurble/)
 * Hope this is the area where you want the change. We are not clear about your 
   description please make a screen shot and specify the area of the change if you
   are not getting the change you want.
 * You can provide a screenshot using site below: [http://imgur.com/](http://imgur.com/)
 * Thanks
    ThemeICY

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

The topic ‘Commerce Entry Fields’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shopbiz-lite/1.7.8/screenshot.
   png)
 * Shopbiz Lite
 * [Support Threads](https://wordpress.org/support/theme/shopbiz-lite/)
 * [Active Topics](https://wordpress.org/support/theme/shopbiz-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shopbiz-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shopbiz-lite/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [themeicy](https://wordpress.org/support/users/themeicy/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/commerce-entry-fields/#post-9250606)
 * Status: not resolved