Home Forums WoodMart support forum Checkout placeholders color black instead of grey

Checkout placeholders color black instead of grey

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290412

    tcsg.toth
    Participant

    Hello,
    After the last update I found out that the checkout labels placeholders are black instead of grey and its confusing to customers. Can you help please how can I solve this?

    #290497

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-checkout input[type=’email’]::placeholder, input[type=’date’], input[type=’search’], input[type=’number’]::placeholder, input[type=’text’]::placeholder, input[type=’tel’]::placeholder, input[type=’url’], input[type=’password’], textarea::placeholder {
    color: grey;
    }

    Regards.
    Xtemos Studios

Viewing 2 posts - 1 through 2 (of 2 total)