Home Forums WoodMart support forum How to eliminate 'Billing Details' text in the Checkout page

How to eliminate 'Billing Details' text in the Checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #150064

    jaspermask
    Participant

    Hello I buyed your theme and I’m very happy to work with it.

    Now I have a problem in the check out page, I hid all the billing fields with a plugin, but the text? Billing Fields’ remained. I’m not good at coding at all, can you help me?

    Thank you guys for your support,

    best whishes

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

    Hello,

    As you want to hide the text that you pointing out in your screen shot from the checkout page. You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .woocommerce-billing-fields h3 {
    display:none;
    }

    Result: https://jmp.sh/VpVa3yA

    Best Regards.

    #150443

    jaspermask
    Participant

    Lot of thanks

    #150444

    Most Welcome πŸ™‚

    If you do not mind, can you please leave 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day πŸ™‚

    Topic Closed.
    Best Regards.

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

The topic ‘How to eliminate 'Billing Details' text in the Checkout page’ is closed to new replies.