This topic has 10 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hi,
Can I adjust the woocommerce breadcrumbs to remove the current page, so the current page is only shown in the heading below.
https://www.8theme.com/demo/woopress/boxed/?product=fashion-demo
Home / ACCESSORIES / FASHION DEMO NEW
FASHION DEMO NEW
Return to Previous Page
Only leave the title FASHION DEMO NEW
Thanks in advance!
Hello,
You can add this code in Custom CSS:
.woocommerce-breadcrumb {
display: none;
}
.back-history {
display: none;
}
Regards,
Rose Tyler.
Hi Rose,
and thank you for your response! Sorry for my mistake, actually I only want to show the breadcrumb:
Home / ACCESSORIES / FASHION DEMO NEW
and hide the page/product/post title (FASHION DEMO NEW).
Can you please help in this direction? thanks again!
Hello,
Could you please show a screenshot for better understanding?
Regards,
Rose Tyler.
Hello Rose,
Here is the screenshot, we only want to keep the breadcrumb:
Home / Portfolio
and remove the title below the breadcrumb: PORTFOLIO
Regards,
LashJoy
Hello,
In this case, use this code, please:
.page-heading .title {
display: none;
}
Regards,
Rose Tyler.
Hi again,
Thanks for your quick reply. Please see the screenshot, for some reason breadcrumb is not showing on product pages, only on pages.
Regards,
LashJoy
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
I am trying to use this code but it does not work to remove page title under header
Hello, mothpre,
Seems your header title is disabled already http://prntscr.com/egnlsu
Is your issue solved?
Regards,
Rose Tyler.
Tagged: breadcrumbs, remove, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up