Comments 1Souvik started the conversationAugust 5, 2019 at 3:39pmHow 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,635Kevin repliedAugust 6, 2019 at 2:40amHi Souvik !add this css attribute style.css file (Appearance-> Editor-> style.css) or Appearance-> Customize-> Addtional Css .single-product .ftc-breadcrumb { display: none;}thank you1 Like 1Souvik repliedAugust 16, 2019 at 8:47amWhen i hide them. There is no space between header and page. How to create space between them? 2,635Kevin repliedAugust 16, 2019 at 9:10amHi Souvik !Add this css attribute to increase that distance.site-content-contain { margin-top: 50px;}thank you Sign in to reply ...
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.
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
When i hide them. There is no space between header and page. How to create space between them?
Hi Souvik !
Add this css attribute to increase that distance
.site-content-contain {
margin-top: 50px;
}
thank you