Hide in breadcrumbs only in single products page

This topic has 3 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp

  • Avatar: Michela
    Michela
    Participant
    April 16, 2016 at 16:18

    I have used:

    .page-heading.bc-type-1 .title{
    display:none;
    }

    but I need to hide it only in single products page, because I prefer to have google microdata title, how can I do?

    thank you

    2 Answers
    Avatar: Michela
    Michela
    Participant
    April 16, 2016 at 16:50

    I need to hide h1 title in breadcrumb

    Avatar: Eva
    Eva Kemp
    Support staff
    April 17, 2016 at 08:56

    Hello,

    Please use this css code:

    .single-product .page-heading .title {
       display: none;
    }

    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 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.