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