• 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 7 years, 12 months ago by fredurble.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello @fredurble

    Can you share a link to your website and also indicate through a screenshot.

    Thanks
    ThemeICY

    Thread Starter fredurble

    (@fredurble)

    Link is at pulsetech.org/checkout

    HI @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

    (@fredurble)

    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?

    Hi @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

    (@fredurble)

    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

    (@fredurble)

    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.

    Hi @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

    (@fredurble)

    The new code did the trick!
    Thanks so much for all the assistance!

    Thread Starter fredurble

    (@fredurble)

    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?

    Hi @fredurble

    Kindly confirm still using this theme or your issue resolved or not?

    Regard’s
    ThemeICY

    Thread Starter fredurble

    (@fredurble)

    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?

    Hi @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: https://imgur.com/

    Thanks
    ThemeICY

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Commerce Entry Fields’ is closed to new replies.