Home › Forums › WoodMart support forum › Hide Woocommerce breadcrumb Hide Woocommerce breadcrumb This topic has 4 replies, 2 voices, and was last updated 1 year, 1 month ago by Aizaz Imtiaz Awan. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts November 8, 2023 at 7:41 pm #510942 mwickParticipant Hi, If you go all the way to the bottom, its showing a breadcrumb, how do I hide this specific breadcrumb? This topic was modified 1 year, 1 month ago by mwick. November 8, 2023 at 7:47 pm #510944 mwickParticipant I tried this; add_filter( ‘woocommerce_before_main_content’, ‘remove_breadcrumbs’); function remove_breadcrumbs() { if ( is_product_category(‘gezondheid-schoonheid’) ) { remove_action( ‘woocommerce_before_main_content’,’woocommerce_breadcrumb’, 20, 0); } } But its not working. November 9, 2023 at 12:31 pm #511086 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS: .woocommerce-breadcrumb { display: none; } Best Regards. November 9, 2023 at 5:39 pm #511203 mwickParticipant Hi, Thanks for your anwser And for a specific category? November 10, 2023 at 9:29 am #511315 Aizaz Imtiaz AwanKeymaster Hello, Breadcrumbs are the functionality of Woocommerce and our theme doesn’t influence this feature, our theme has the option to hide but not to change. Please try to search for a plugin that may change the breadcrumbs. Best Regards Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register