• How do I get rid of the additional information tab? I don’t want it showing up on the page. I need the information for shipping purposes though.

Viewing 1 replies (of 1 total)
  • Hey,
    This is a woocommerce thing and you can change it by hooking into there plugin, if you have a child theme installed you can just add this filter to the function.php file.

    add_filter( 'wc_product_enable_dimensions_display', '__return_false' );

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘additional information tab’ is closed to new replies.