Tagged: breadcrumb, page title, woocommerce
In all the pages you have the option to display or hide the header with page title and breadcrumb navigation. However when you integrate it with WooCommerce there is no longer that option within the products. What’s the best way to hide this on the product pages? Thanks.
Hi Rob7,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-product .title_container {
display: none;
}
Regards,
Devin