It defaults to whatever is in the “add title” space in WordPress. How can I change that? In the add title space, I have, “Employer Support<br><br><i>Many of our services are designed for use by employers and their responsible fiduciaries.</i>” but I only want “Employer Support” to show on the page.
The theme uses core WordPress function calls to retrieve the appropriate (page/post/section) title. You can make use of the available the_title filter to hook your own code, check for the section that’s being currently processed and override the text returned accordingly.
Is there a specific reason you want to use a separate title in the dashboard from what’s displayed publicly on the site?