Hi, I have been trying to remove the dash in between the page title. Where is this located? Example: "Company Name - company slogan" When I remove the company name in the settings it shows " - company slogan". I can't see where to remove the "-".
Hope I am making sense.
framework / frontend.functions.php
search for a line like this
<?php
function page_title($spacer = ' - ', $template = '[WEBSITE_TITLE][SPACER][PAGE_TITLE]')
$spacer is your friend
Thanks. It is so easy when you know where to look for. Thanks so much for prompt reply. Cheers