Karo theme's breadcrumbs height is too big i only use breadcrumbs in a single line. Like Amazon..... etc. I don't need background picture on breadcrumbs.
I hide background picture on breadcrumbs but not height. How can i do this? You can tell me with css. Please help me!
is it possible to deactivate the breadcrumbs completely for all product pages? I would like to keep them for all other pages... but I couldn't find a solution for that.
Karo theme's breadcrumbs height is too big i only use breadcrumbs in a single line. Like Amazon..... etc. I don't need background picture on breadcrumbs.
I hide background picture on breadcrumbs but not height. How can i do this? You can tell me with css. Please help me!
Or can your theme has a new version?
Hi Souvik !
Add this css attribute to Appearance-> Customize-> Additional CSS
.ftc-breadcrumb-title.container {
padding: 5px;
}
and photo-offs breadcrumbs in Themeoptions-> general-> breadcrumbs
thank you
Hi,
is it possible to deactivate the breadcrumbs completely for all product pages? I would like to keep them for all other pages... but I couldn't find a solution for that.
Thank you and best regards,
Max
Hi Maximilian Brell !
You can hide it for product pages by adding the following css attribute
.single-product .ftc-breadcrumb {
display: none;
}
thank you