Hi,
You can remove page title from all pages by using the custom css in File -> Preference -> Custom css.
Custom css:
#{CSS_prefix}content_margin h1
{
display:none;
}
Default value of {CSS_prefix} is "ttr_". It is under File -> Preference -> CSS Prefix.
Sincerely,
TemplateToaster Support