Issue with account icon/text on fixed menu enabled

This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: IvanMTK
    IvanMTK
    Participant
    May 29, 2018 at 20:17

    Hello,
    I am having an issue with the login/account icon with text option showing in both the top bar as well as the main menu. I tried to write the following CSS code:

    
    .fixed-enabled .navbar-header .my-account-link,
    .navbar-header .login-link {
      display: none !important;
    }
    

    in order to hide from the fixed menu after users scroll down however these changes didn’t go in effect after refreshing.

    Please

    4 Answers
    Avatar: IvanMTK
    IvanMTK
    Participant
    May 29, 2018 at 20:19

    Please let me know how I can hide the login/my account icon text from the fixed menu once the user scrolls down.

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 30, 2018 at 07:40

    Hello,

    Theme Options > General > Header Settings > Sign In link position > Disable and Fixed header type > Disable. Do not forget to clear cache before checking changes.

    Regards

    Avatar: IvanMTK
    IvanMTK
    Participant
    May 30, 2018 at 22:04

    I tried those instructions however that completely removes the login icon and all I want to do is just remove it from the fixed menu as users scroll down but not from the top bar.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 31, 2018 at 07:06

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .fixed-header .navbar-header .login-link a {
        display: none;
    }

    Regards

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Issue with account icon/text on fixed menu enabled’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.