Remove page title but keep breadcrumbs
-
Hi, I know you can remove on an individual page the page title in the page settings of the said page but it removes the breadcrumbs. Is it possible to remove the title of the page but keep the breadcrumbs for the said page?
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
If this is not a category page it is possible to do with custom CSS. Please provide your page URL I will prepare CSSS
Best Regard
Hello,
Enter the page editing mode and save this code in the page settings area:
.entry-title{
display:none;
}
Best Regards
Excellent worked perfectly!
Just a quick one. Is it possible to move the breadcrumbs to the left but specifically only on that page? Not the entire site.
Hello,
Please try this code:
.page-title .breadcrumbs {
text-align: left;
}
Best Regards
Thank you worked perfectly
The topic ‘Remove page title but keep breadcrumbs’ is closed to new replies.