I currently have a custom taxonomy called “Services” on my site.
On the frontend, the individual term archive automatically prefixes the title with “Service” (for example, “Service: Web Design”).
I don’t want to prefix the title with the taxonomy name on this template, and I couldn’t find an option to turn it off in the Customizer.
The title is being called by generate_archive_title
in the template — would you be able to provide a snippet to override the filter that is adding the taxonomy name at the beginning?