Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Enfold > Remove a single page title’ is closed to new replies.
Hi guys, I am looking to remove the title and breadcrumbs from a single page:
https://hazelwoodsoapcompany.com/store/products/
Thanks in advance.
Hey!
Try adding this code to the Quick CSS:
.page .breadcrumb.breadcrumbs.avia-breadcrumbs, .page .main-title.entry-title {
display: none;
}
Change .page by .page-id-0 if you want it to that specific page only.
Cheers!
Josue
Worked like a charm – thanks Josue