remove page title on specific pages

My client needs to be able to remove page title on specific pages as needed. How do I do this? We are using BB and BB Theme.

Hi Dimitry,

I believe I answered your email regarding the same question.

Thanks,
Danny

Your support forum was down so I was not sure this posted and I can’t find the email. Can you please repost?

Posting email reply for others facing same issue, Danny wrote:

Thank you for contacting Beaver Builder.

Unfortunately, it is currently not possible to disable page titles on a page by page basis. The only alternative is to disable them completely via the Global Settings and manually add the title using either a Header or HTML module and use the h1 tag.

If you’re using a third-party theme, that theme may have the option to disable the page title on a page by page basis.

We apologise for any inconvenience this may cause and If you have any further questions, don’t hesitate to ask.

Thank you but this is not satisfactory. What if I have a 100 pages that need titles and 5 that don’t? It should be a setting in page builder directly at the the page level. You’ve create a great page builder which promises tight integration with your own theme. So make your theme just as good by committing to offering this basic functionality in a future update or as a free companion plugin.

My temporary hack/solution was to:

  1. install Simple CSS plugin.
  2. instruct client to add: header.fl-post-header {display: none;} to a page's simple css box when they want to hide the title.