Comments 1Jose started the conversationFebruary 11, 2021 at 7:57pmHi. I'm creating a new product on my website but i can't find the way to have the same header layout as the other sections of my web. Also, as you can see in the image attached, i don't know why i have this black bar under the breadcrumb. I would like to know how to delete it 1Jose repliedFebruary 11, 2021 at 8:03pmFinally i find the solution for the black bar. But i can't find the way to put the same header layout in products. :( 2,634Kevin repliedFebruary 13, 2021 at 10:37amHi JoseI have set it up synchronously on the site, please check backthanks 1Jose repliedFebruary 14, 2021 at 11:16amThanks Kevin!In product page I would like to hide the page title, but only above the breadcrumbs and still set next to price. Is that possible? How could i do it? 2,634Kevin repliedFebruary 16, 2021 at 12:53pmHi Jose! Currently the theme does not support this change # You can hide the breadcrumb title on the product page by adding this css at Appearance-> Customize-> Additional CSS .single-product .ftc-breadcrumb { display: none; } thanks Sign in to reply ...
Hi. I'm creating a new product on my website but i can't find the way to have the same header layout as the other sections of my web.
Also, as you can see in the image attached, i don't know why i have this black bar under the breadcrumb. I would like to know how to delete it
Finally i find the solution for the black bar.
But i can't find the way to put the same header layout in products. :(
Hi Jose
I have set it up synchronously on the site, please check back
thanks
Thanks Kevin!
In product page I would like to hide the page title, but only above the breadcrumbs and still set next to price. Is that possible? How could i do it?
Hi Jose!
Currently the theme does not support this change
# You can hide the breadcrumb title on the product page by adding this css at Appearance-> Customize-> Additional CSS
.single-product .ftc-breadcrumb {
display: none;
}
thanks