Portlet header changing with theme?

João Carneiro de Melo, modified 5 Years ago. New Member Posts: 13 Join Date: 12/6/19 Recent Posts
Hello everyone, I hope you can help me.

I am working with Liferay 7.2.1 ga2, creating a custom theme. I noticed that in my new custom theme, the portlet header displays the portlet name (or in case of web content display, when a web content is assigned, it displays the web content name). I want my theme to behave like the classic theme,  where such "Title" is not displayed . What should I do?Thank you in advance.
João Carneiro de Melo, modified 5 Years ago. New Member Posts: 13 Join Date: 12/6/19 Recent Posts
Issue solved, solution: edit portlet.ftl in folder theme>src>templates
thumbnail
David H Nebinger, modified 5 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
That's a pretty heavy-handed approach.

I believe the normal way is to just change the default portlet decorator to "barebones".
João Carneiro de Melo, modified 5 Years ago. New Member Posts: 13 Join Date: 12/6/19 Recent Posts
Changing the default to barebone wouldn't fix the issue. In a classic theme, changing look and feel manually to barebone would fix it. However, when using a custom theme, the barebone would still show the portlet "Title".