Hi!
is there a way to overwrite the menu capitalization?
–> in the menu Navigation: HOME
–> in Browser Tab: Home
Many thanks in advance!
Cheers!
finlando
Hey Finlando!
Please go to Appearance > Editor and open Header.php file and find
<title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
and change it to
<title><?php if(function_exists('avia_set_title_tag')) { echo strtoupper (avia_set_title_tag()); } ?></title>
Regards,
Yigit
Thanks a lot, Yigit!
Cheers!
finland