cancel
Showing results for 
Search instead for 
Did you mean: 

Layout Update XML - Remove Category Title

Layout Update XML - Remove Category Title

 Hello 

 

I need to remove the category title from the page.  I tried to use "Layout Update XML" in the design section of the Category panel as follow:

 

<referenceContainer name="title">
<referenceBlock name="page-title-wrapper" remove="true" />
</referenceContainer>

But it doesn't work.

Any suggest it's very appreciated.

 

Thanks

 

Alex 

1 REPLY 1

Re: Layout Update XML - Remove Category Title

hi @Alex70

 

 Use below to remove title from your specific layout file

 

<body>
<referenceBlock
name="page.main.title" remove="true" />
</body>

 

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti