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

    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

    #320452

    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

    #321394

    Thanks a lot, Yigit!

    Cheers!
    finland

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘menu titel capitalization’ is closed to new replies.