Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

How to remove cart summary title

Home / Forums / Kadence Theme / How to remove cart summary title

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
March 17, 2021 at 8:42 pm

Hello!

First of all, congratulations for the excellent theme!

I’m trying to remove the cart summary title because it doesn’t fit a particular project of mine. I don’t think it’s a good solution use ‘display: none’, so I tried to use a remove_action with the init function:

add_action( ‘init’, ‘custom_child_setup’);

function custom_child_setup() {
remove_action( ‘woocommerce_before_cart_table’, cart_summary_title’ );
}

It doesn’t work… What am I doing wrong?

Thanks in advance!

  • The forum ‘Kadence Theme’ is closed to new topics and replies.