This topic has 5 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Stan Russell
Hi there,
Is it possible to disable the breadcrumbs but keep the page titles?
I have disabled breadcrumbs as I don’t need them, but would like to keep my page titles
thanks
claire
Hello,
to hide breadcrumbs please add following css code in Theme options > Custom CSS > Global Custom CSS:
.breadcrumbs{
display:none
}
After that re-enable breadcrumbs in theme options.
Regards,
Stan Russell.
Hello,
I’ve enabled breadcrumbs in Theme Options > Header and added this code in Theme Options > Custom CSS > Global Custom CSS:
.breadcrumbs, .page-heading .woocommerce-breadcrumb {
display: none;
}
Please check.
Regards,
Eva Kemp.
ok thanks heaps.
When i make changes to the css, do i need to make them again if i update the theme files?
Hello,
css code added in custom.css file or in Theme Options > Custom CSS > Global Custom CSS will work after theme updates. You do not need to recreate it.
Regards,
Stan Russell.
Tagged: best, breadcrumbs, disable, page, persuasive, selling, themes, titles, woocommerce
You must be logged in to reply to this topic.Log in/Sign up