Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #312528

    This may be the dumbest/most-simple question yet but I can’t figure it out! At the top of one’s browser, you have the favicon, then the website title, and a tagline (if you want). The problem is that I don’t have a tagline, yet I still have the “|” separator appearing next to the title. Any ideas in getting rid of it?

    Thanks in advance!

    #312531

    Hi NickyCheese!

    Please go to Enfold/framework/php folder and open function-set-avia-frontend.php and find

    $title = get_bloginfo('name').' | ';

    and change it to

    $title = get_bloginfo('name').'';

    Cheers!
    Yigit

    #312543

    Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Title/tagline "|" separator next to favicon’ is closed to new replies.