Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1361012
    cubistular
    Participant

    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.

    #1361013
    cubistular
    Participant
    This reply has been marked as private.
    #1361019
    Christopher
    Moderator

    Hi there,

    Please check this thread : https://community.theme.co/forums/topic/remove-vertical-line-in-browser-tab/

    Hope it helps.

    #1361305
    cubistular
    Participant

    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?

    #1361401
    Jade
    Moderator

    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.

  • <script> jQuery(function($){ $("#no-reply-1361012 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>