This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello,
I would only show the title of a page, not the whole breadcrump aboe, so I would like to remove the path shown on the page when the breadcrumps are activated, I only want to show the page title, but in the theme options, for breadcrumps I can only choose Breadcrumps with title or without, but not only title.
To have the option to upgrade the theme, it should be a solution perhaps via child theme style.css?
Thx for your help
maccandy
Hello,
Please add this code in child style.css:
.breadcrumbs, .woocommerce-breadcrumb {
display: none;
}
Regards,
Eva Kemp.
Hello Eva,
it works perfect, thank you very much!
Kind regards
maccandy
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Show only Title in Breadcrump, not the whole path’' has been successfully resolved, and the topic is now closed for further responses