• Resolved td8000

    (@td8000)


    Hi everyone,
    is there a way to move the line “total” from the totals table on checkout page?
    We work with deposit, that’s why it is not needed.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @td8000,

    Thanks for reaching out.

    Remove total line on checkout page

    On a site with Storefront this is the CSS to remove the total on checkout:

    .woocommerce-checkout .order-total {
     display: none;
    }

    To add custom CSS code navigate to WordPress Dashboard > Appearance > Customize > Additional CSS and add your CSS to the editor.

    If you’re interested in learning CSS we highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    If it doesn’t work for you, share a link to your checkout page so we can assist you further.

    I hope this helps!

    Thread Starter td8000

    (@td8000)

    Yes, that’S perfect. Thanks a lot.

    Hi @td8000

    Yes, that’S perfect. Thanks a lot.

    You are welcome! 🙂

    I am marking this thread as resolved, but please let us know if any additional issues arise!

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove total line on checkout page’ is closed to new replies.