Background of the issue:
I am trying to enable the 'Hide page title' option from Elementor. It works well on the main language page, but it doesn't replicate on translated pages. I don't want to use only CSS because I would have duplicate H1 tags. The issue can be seen on this page: hidden link
Symptoms:
I expected to see no page title in the HTML code, but instead, I got: <h1 class="entry-title">Homepagina v3</h1>
Questions:
Why doesn't the 'Hide page title' option replicate on translated pages?
How can I hide the page title on translated pages without using only CSS?