• Hello
    is it possible to change the my account (login) entry in the user icon in the main menu? I would like the account menu to appear as in the mobile version.
    Thank you
    Greetings

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    This should be possible with some CSS. Can you provide a link to your site so I can see your current header configuration?

    Thanks!

    Thread Starter sere82

    (@sere82)

    hi
    I would like to change “ENTRA” in the user-icon.
    https://www.misterottopalle.store/
    Thanks

    Add this CSS to Theme Options> Custom CSS and let me know if it works for you:

    .menu-account-btn span.kt-extras-label:before {
        content: "\f007";
        font-family: kt-font-awesome!important;
        font-size: 22px;
    }
    
    .menu-account-btn span.kt-extras-label span {
        display: none;
    }
    
    .menu-account-btn {
        max-height: 46px;
    }

    -Kevin

    Thread Starter sere82

    (@sere82)

    Hello
    perfect, just what I wanted.
    Thank you very much and congratulations.
    Regards
    Serena

    Great! I’m glad that worked for you.

    -Kevin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the hone in the menu to user-icons’ is closed to new replies.