hide the rest

Home Forums WPLMS AddOns WPLMS WooCommerce hide the rest

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39323
    rocket startup
    Participant
    Hello Vibe I have added a script to my functions.php that hide all the woocommerce billing information on the checkout page, but<span style="line-height: 1.5;"> where can I remove the two heading (</span>Billing Details and Additional Information)<span style="line-height: 1.5;"> on the picture I have attached? Hope you can help :) Best regards Jesper Sandberg</span>
    #39395
    H.K. Latiyan
    Participant
    Please use this css in your wp-admin->appearance->customize->custom css:
    .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields {
    display:none;
    }
    #39596
    rocket startup
    Participant
    thanks :)  
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hide the rest’ is closed to new replies.