How to eliminate 'Billing Details' text in the Checkout page
-
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.
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.
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.
The topic ‘How to eliminate 'Billing Details' text in the Checkout page’ is closed to new replies.