Home Forums WoodMart support forum Remove checkout labels

Remove checkout labels

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #473642

    RD
    Participant

    Hello,

    I would like to remove the checkout labels and to use only placeholders. how can I do that?

    thanks.

    #473774

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    label {
        display: none !important;
    }

    Best Regards.

    #473872

    RD
    Participant

    thanks,
    but how can I show the labels as a placeholders?

    thanks.

    #473951

    Hello,

    Can you please share the screenshot of the issue for a better understanding? Which labels do you want to show as a placeholder?

    Best Regards.

    #474056

    RD
    Participant

    Hello,

    attach you can find a printscreen.
    I want the text we have on the label will be inside the field as a placeholder.
    also, why the checkbox of the “shipment to a different address” is checked by default? how can I change it?

    Attachments:
    You must be logged in to view attached files.
    #474236

    Hello,

    01. Please check this Manual to Change input field labels and placeholders:
    https://woocommerce.com/posts/customize-checkout-fields-woocommerce/

    02. Please navigate to the Dashboard > WooCommerce > Settings > Shipping > Shipping Options section. On that page you’ll find the ‘Shipping destination’ setting, which allows you to control which checkout fields should be used.
    Use the ‘Force shipping to the customer billing address’ option to remove the shipping fields completely and use the billing fields for both billing and shipping.
    https://ibb.co/D8s3872

    Best Regards.

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