Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26586

    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.

    #130952

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hiding the Page Title and Breadcrumb Navigation in WooCommerce’ is closed to new replies.