Okay
  Public Ticket #1223851
class="hidden" on Checkout fields
Closed

Comments

  •  2
    Garry started the conversation

    Hi

    I have a delivery date plugin which adds a date picker field below the Billing details on the checkout.

    Since updating to the latest version of the theme class="hidden" is getting added to the label for this field where on the previous version it did not.

    See attached a comparison of my live site compared to my staging site running the latest version.

    How can I remove this as I need this label to be shown.

    Thanks

    Garry

  • [deleted] replied

    Hi Garry,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Garry replied privately
  • [deleted] replied

    Hi Garry,

    Your provided credentials are not working for me.

  •   Garry replied privately
  • [deleted] replied

    Hi Garry,

    Please add the code below to your Custom CSS area:

    body.woocommerce-checkout label.hidden {
        visibility: visible !important;
        display: block !important;
    }

    Have a great week!

    Will set this ticket as solved from here.