Okay
  Public Ticket #2105533
Hide
Closed

Comments

  •  1
    Souvik started the conversation

    How can i hide breadcrumbs in single product page? And if i only hide single product page title ( in the top of the breadcrumbs) how can i do so? 

    Please tell me both. You can tell me with css.

  •  2,575
    Kevin replied

    Hi Souvik  !

    add this css attribute style.css file (Appearance-> Editor-> style.css) or Appearance-> Customize-> Addtional Css

    .single-product .ftc-breadcrumb {
        display: none;
    }

    thank you

  •  1
    Souvik replied

    When i hide them. There is no space between header and page. How to create space between them?

  •  2,575
    Kevin replied

    Hi Souvik !

    Add this css attribute to increase that distance
    .site-content-contain {
        margin-top: 50px;
    }

    thank you