Tagged: x Author Posts February 7, 2017 at 5:59 am #1361012 cubistularParticipant I am trying to figure out how to remove the vertical bar (“|”) in what is written in my tab text. Any help would be much appreciated. February 7, 2017 at 6:00 am #1361013 cubistularParticipant This reply has been marked as private. February 7, 2017 at 6:07 am #1361019 ChristopherModerator Hi there, Please check this thread : https://community.theme.co/forums/topic/remove-vertical-line-in-browser-tab/ Hope it helps. February 7, 2017 at 9:54 am #1361305 cubistularParticipant This worked brilliantly! The tab text no longer shows the “|” – many thanks. I was wondering if it is possible to also remove the page name from the tab… and just always show the Site Title? February 7, 2017 at 10:46 am #1361401 JadeModerator HI there, Please try to update the code to: if ( ! function_exists( 'x_wp_title' ) ) : function x_wp_title( $title ) { return get_bloginfo( 'name' ) . ' ' . get_bloginfo( 'description' ); } add_filter( 'wp_title', 'x_wp_title' ); endif; Hope this helps. Author Posts <script> jQuery(function($){ $("#no-reply-1361012 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In