Single Product Page Header - by SimoG - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: SimoG
    SimoG
    Participant
    April 21, 2020 at 14:37

    Hi,
    I would like to hide header title ONLY in single product page. How can I do that?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 21, 2020 at 18:32

    Hello,

    You want to hide the whole breadcrumbs section or product title only http://prntscr.com/s3gzy6 ?

    Regards

    Avatar: SimoG
    SimoG
    Participant
    April 22, 2020 at 01:41

    only the product title

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2020 at 07:19

    Hello,

    You can use the next custom CSS code –

    .single-product .page-heading .product_title {
        display: none;
    }
    .single-product .woocommerce-breadcrumb {
        width: 100%;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.