Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mauriziomomix Friend
    #662032

    Hi All,
    in the “head-menu” position there’s a menu module. It’s represented by a “My Account” string.
    I’m wondering how can I change that string into something else like “User area” for instance…

    Many thanks in advance
    Maurizio

    pavit Moderator
    #662090

    Hi

    To change it you should edit this file : templatesja_techzonetplsblocksheader.php around line 104

    CHANGE: My Account

    <blockquote><button aria-expanded=”false” data-toggle=”dropdown” class=”btn btn-default dropdown-toggle” type=”button” id=”head-menu-dropdown” style=”display: none;”>
    <i class=”fa fa-user hidden-sm hidden-md hidden-lg”></i><span class=”hidden-xs”>My Account</span>
    </button></blockquote>

    TO :

    <blockquote><button aria-expanded=”false” data-toggle=”dropdown” class=”btn btn-default dropdown-toggle” type=”button” id=”head-menu-dropdown” style=”display: none;”>
    <i class=”fa fa-user hidden-sm hidden-md hidden-lg”></i><span class=”hidden-xs”>User Area</span>
    </button></blockquote>

    pavit Moderator
    #745554

    Hi

    To change it you should edit this file : templatesja_techzonetplsblocksheader.php around line 104

    CHANGE: My Account

    <blockquote><button aria-expanded=”false” data-toggle=”dropdown” class=”btn btn-default dropdown-toggle” type=”button” id=”head-menu-dropdown” style=”display: none;”>
    <i class=”fa fa-user hidden-sm hidden-md hidden-lg”></i><span class=”hidden-xs”>My Account</span>
    </button></blockquote>

    TO :

    <blockquote><button aria-expanded=”false” data-toggle=”dropdown” class=”btn btn-default dropdown-toggle” type=”button” id=”head-menu-dropdown” style=”display: none;”>
    <i class=”fa fa-user hidden-sm hidden-md hidden-lg”></i><span class=”hidden-xs”>User Area</span>
    </button></blockquote>

    mauriziomomix Friend
    #662098

    Perfect! Many thanks
    Maurizio

    mauriziomomix Friend
    #745562

    Perfect! Many thanks
    Maurizio

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  mauriziomomix 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum