• Resolved thollu

    (@thollu)


    Hello, please I want to remove the placeholder texts in my checkout page and put it in on the box

    https://ibb.co/CBmpMkn

    The way it is currently, it is only showing in the box as placeholder and they won’t go off when I start typing info, please check the checkout page link attached so you can understand

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi @thollu,

    Thanks for writing to us.
    well, as per your query I can see the placeholder and labels are working correctly on your website. But the only issue I found is the CSS designing of your forms. It is coming from flatsome theme. Which is forcing the labels to show inside the input field.
    The exact way to overcome this issue you need to write some CSS for the field labels.
    for example below code will help you

    .woocommerce-checkout label.fl-label {
    position: initial !important;
    }

    But for some of your fields, you have not set labels and placeholders properly. So try using https://wordpress.org/plugins/woo-checkout-field-editor-pro/ . Here you can particularly set every field.

    Hope this helps.
    Do let me know if you need any further assistance.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Place holder text in Checkout page’ is closed to new replies.