This topic has 9 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Stan Russell
Hi,
I would like to remove Breadcrumb and Return To Previous Page link from each page.
How can I do so?
Regards,
Hello,
You can disable page heading in Page Settings->Page Layout.
See screenshot: http://prntscr.com/8mfute
Regards,
Robert Hall.
Thank you for your reply.
I have to do it at Page Settings->Page Layout in each individual page?
How about Products Page like http://intelisystemstest.com/glasslock/product-category/block-canister/ and Single Product Page like http://intelisystemstest.com/glasslock/product/ip-604-glasslock-square-block-canister-16-oz/?
Can I do it for all the pages at the same time?
Hello,
please add following css code to your custom.css file:
.woocommerce-breadcrumb{
display:none
}
.back-history{
display:none
}
Regards,
Stan Russell.
It works!
Thank you
I have one more question,
In a static page, I did disable page heading in Page Settings->Page Layout
Then, all heading is gone.
What I want is just to remove the breadcrum things and want to show the page title.
When I disabled Breadcrumbm, page title is gone, too.
How do I remove only breadcrumb and show the page title?
Hello,
Add this code in custom.css file:
.breadcrumbs {
display: none;
}
Regards,
Eva Kemp.
Wow… It works.
Thank you so much!!
Hello intelisystems,
you are welcome! Have a nice day!
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up