This topic has 6 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Hi,
Is it possible to remove the breadcrumbs&title on page layout without replacing it by a slider?
Best
Hello,
Please provide us with the link where you want to remove breadcrumbs and title.
Regards,
Eva Kemp.
I will use private content
Hello,
To remove breadcrumbs and titles for all pages you need insert this code into custom.css file:
.woocommerce-breadcrumb, .page-heading h1 {display: none;}
To create “custom.css” you can rename the file “default.custom.css” which is located in theme directory. And don’t forget to enable it in Theme Options > Custom CSS > Enable Custom CSS file > On.
Regards,
Eva Kemp.
Hi,
I have done what you advised me to do, but I still have 2 problems:
1) The title and breadcrumb on the checkout page have not been removed by the custom CSS.
2) On the other pages, titles and breadcrumbs have disappeared but the grey area (in which they were) remains. How can I remove it as well?
Regards.
Hello,
Please add this code to custom.css:
.page-heading, .woocommerce-breadcrumb {display: none;}
.header-type-3 .main-nav {border-bottom: none;}
If the issue persists please provide us with wp-admin panel credentials.
Regards,
Eva Kemp.
The issue related to '‘No breadcrumbs, no title, no slider’' has been successfully resolved, and the topic is now closed for further responses