I am using Concrete5 5.6.3.3. I have multiple themes active on the same site. The current page <title>
uses the SiteName::PageName format across all themes. I want to use a custom titles on different themes.
For example on theme1, I would like to keep the SiteName but on Theme2, I would like to remove SiteName and use something else.
I tried adding my own title on other themes' header but it does not seem to have any effect. It keeps showing me SiteName::PageName. How do I fix this?