Okay
  Public Ticket #1730091
Checkout
Closed

Comments

  •  1
    HealthyHead started the conversation

    Hi!

    We would like to unhide the text related to the respective 

    registration-fields in checkout.(Name, adress etc).


    Please see example.jpg.

    Fornavn/Name is unhidden in Chrome, but we cant find the php file, where we can delete class="hidden" for all the checkout fields.


    Can you help?


    Thanks in advance.

  •  1,559
    Laborator replied

    Hi there,

    By adding the following CSS to Custom CSS all the labels for the checkout fields will be visible again:

    .woocommerce label.hidden {
      display: block !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group