Probably a basic question but how do I remove the arrow in the top tab on a wordpress permalink?
ie:
The separator is the first argument of wp_title().
wp_title()
You can use something like <title><?php wp_title(''); ?></title> to remove the separator.
<title><?php wp_title(''); ?></title>