Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Can you explain your problem further as this is not a known issue.

    Thread Starter jadechloephotography

    (@jadechloephotography)

    Hi, thanks for getting back to me,

    When the user enters their details into the text fields of the checkout, the labels (Ie Name/Address etc) all go to display:none; and opacity:0; is there anyway to stop this from happening?

    The labels are visible until the user enters text into the text box. I cant figure out why this is happening.

    Thanks for your help!
    Jade

    thofr

    (@meneerfranssen)

    Add this to your custom css:

    .woocommerce label {display: inline !important;opacity: 1 !important;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Label hidden when text box filled’ is closed to new replies.