• Closed by: Marek
  • Closed on: 01.08.19, 12:42
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14838 - Remove Title and breadcrumb in Page Builder

Hi,

I have designed several pages with Layout builder and I would like to remove the breadcrumb and the page title (see attachment).
How can I do that?

Thanks
Catherine

Comments

Marek 14 Jun 2019, 13:07

Try following CSS:

.cms-id-8 .breadcrumb {display:none}

https://take.ms/POJiB

catherine delmas 14 Jun 2019, 21:32

Thank you, it works for the breadcrumb. How can I do for the page title?

Marek 15 Jun 2019, 10:34

Try this:

.cms-id-8 .page-header {display:none}