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!
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
Thank you so much!