Just wondering if it’s possible to remove the “-” between the Site Title and Tagline in the browser tab. I’d like to just have the “|” there instead.
Thank you!
Hey pamacheyon,
Maybe this will help you out? Otherwise you should be able to control that with a plugin like Yoast SEO.
Best regards,
Rikard
add_filter( ‘document_title_separator’, ‘cyb_document_title_separator’ );
function cyb_document_title_separator( $sep ) {
$sep = “|”;
return $sep;
}
I put this in the quick CSS and no change. I don’t have a very deep knowledge of CSS but can sometimes figure it out. Can you help? Otherwise If Yoast is easy I can do that. Thanks!
Nevermind Yoast did it. Thank you!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close to topic! Thanks!