can't remove page title

The following html is being generated for my page:

<div class=“row”>
<div class=“col-sm-12”>
<h2>video<span class=“span-dot”>.</span></h2>
</div><!–/.col-sm-12–>
</div><!–/.row–>

video is the name of my page. I do not want this text pasted in the middle of my page. There are no classes for me to target so a css fix is not possible. Is there a switch or configuration option that will disable this. My site is being developed locally for now, so no URL…

Hello @phitch,

This is quite strange, that text should never appear anywhere, it’s just some HTML syntax.

I suspect that there something going wrong before it, maybe you did some PHP changes or you have some HTML in the Customizer.

Honestly, I cannot locate this issue, so maybe you can consider to replace the theme files first with default ones, ofcourse after a local backup of everything, and see where it gets you.

Keep me posted about the progress.

Regards