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