Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #987885

    Hi there

    Can you tell me how to change the text input areas in the WooCommerce check-out page please i.e name, street name, postcode etc.? At the moment they must be white as they are not showing.

    Many thanks

    #988039

    Hey Picante,

    Can you try adding the following to quick css:

    input{
    color:#000!important;
    }

    If this does not work, please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #988138

    Hi Jordan

    I don’t think that will work because it doesn’t mention WooCommerce and I don’t want it to interfere with other forms on the site. I can’t send a link to the page because it’s a check-out page. The problem exists when you click through from the product page to the check-out.

    Hope you can help.
    Many thanks

    #988274

    Hi,

    Please try this instead:

    .woocommerce-checkout input{
      color:#000!important;
    }

    Best regards,
    Rikard

    #988649

    Hi

    It’s actually the input titles/headings I want to change, so the actual words “First Name”, Last Name, Street Address, Town/City etc. (not the text in the boxes).

    Many thanks

    #988818

    Hi,

    Okay try this:

    .woocommerce-checkout label{
      color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #989116

    Thank you! :-)

    #989302

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Theme Colours WooCommerce Checkout Page’ is closed to new replies.