• Resolved mountarium

    (@refinedearth)


    Hi

    I was wondering if anyone would be kind enough to tell me how I can hide jut the title ‘Billing Details’and keep the rest of the billing fields.

    Imagine I need to do some sort of apply filter in the function.php but can’t figure it out? Also couldn’t figure out if possible to hide with CSS.

    Any help would be much appreciated.

    James

Viewing 4 replies - 1 through 4 (of 4 total)
  • @refinedearth For this, you can the below CSS this will hide the Billing details

    woocommerce-billing-fields > h3 {
    
        display: none;
    
    }
    Thread Starter mountarium

    (@refinedearth)

    Hi

    Thanks so much for getting back to me.

    This didn’t seem to work but when looking at the CSS/HTML code on my site what you have put here matches what these things are called.

    So not sure why its not working.

    Many Thanks

    James

    @refinedearth Ohh sorry my mistake try with this

    .woocommerce-billing-fields > h3 {
    
        display: none;
    
    }
    Thread Starter mountarium

    (@refinedearth)

    Thanks I got to this work eventually. Took me a while as was using Elementor and found out if I apply this to a section as opposed to column it worked!

    Much appreciated.

    James

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide ‘Billing Details’ title’ is closed to new replies.