Rename login/reigter to My account

Hello guys,


I need to change the text from "Login/Register" to "My Account" on the Navbar when the user is logged in.

Can you help me?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing what you refer to.

    Thanks

  • https://boomer.gr


  • Please, use the following CSS code:

    @media only screen and (min-width: 960px){
       .logged-in #mfn-header-template .mfn-header-account-link .desc-wrapper{
       display: none;
     }
     .logged-in #mfn-header-template .mfn-header-account-link .icon-wrapper:after{
       content: "My account";
       margin-left: 5px;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.