Tagged: x Author Posts February 4, 2017 at 12:56 am #1357685 christiaanakkermansParticipant Hi, I’m using WooCommerce and want to remove the text ‘Factuurgegevens’ at the checkout page. To make clear what I want, I attached an image to show you which part. (I already used a lot of custom css to change this checkout page) The page: http://leden.chrisakkermans.com/60-dagen-uitdaging-nu-direct-afrekenen/ Hope you can help me! Thnx. Christiaan February 4, 2017 at 12:57 am #1357687 christiaanakkermansParticipant This reply has been marked as private. February 4, 2017 at 2:53 am #1357741 ChristopherModerator Hi there, Please add following code in Customize -> Custom -> Global CSS : .woocommerce-billing-fields h3 { display: none; } Hope that helps. February 5, 2017 at 1:29 am #1358397 christiaanakkermansParticipant Thnx! February 5, 2017 at 4:42 am #1358474 ThaiModerator You’re most welcome 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1357685 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In