Hide Page Title – But Retain Page Title Image
-
I want to remove a certain page title from the header but I want to display a page title image banner, there is no option to do this ?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.page-id-12037 h1.entry-title.title {
display: none;
}
Best Regards
Thanks
There seems to be a breadcrumb showing also ? Can this be removed ?
Hello,
Please replace the previous CSS with the following then check back.
.page-id-12037 h1.entry-title.title, .page-id-12037 .breadcrumbs {
display: none;
}
Best Regards