Just to help and improve bricks itself I wanted to add a small suggestion.
When online using Wordpress editor, for exmple on privacy policy, H1 title isn’t showing. So in order to see it published you need to manually ad a second H1 title on Gutember because the 1st one isn’t showing.
Maybe this isn’t a problem itsef and there is something I am not aware of.
Hi Pedro,
Unlike h2-h6, the h1 tag may only be inserted once per page. As soon as you insert the title in Gutenberg, you have your h1.
Now you only have to ensure in your post or page templates that the post_title is output in an h1 tag (which is automatically the case with the post title element, for example).
Bricks Builder does not control the display of non-template pages. From your screenshot, those pages were edited in Gutenberg and Bricks has nothing to do with them. You can create a default page template for both pages if you want more control over their display.
That’s not true - there are default templates that take effect if no custom templates have been created. Accordingly, we have adapted the default templates in Bricks 1.8 beta so that:
For Pages: The post title (h1) is output.
For Posts: The post title uses h1 instead of h3.
As with any beta release, please do not use it on any production/live website. It is only meant for testing in a local/staging environment.