This topic has 6 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Strange problem. On Chrome only, the text for the drop down menu’s on the top bar are invisible except when you hover over them. They are still active. On IE and Firefox, the text is visible and there are no problems. Help please.
Hello,
Try to use this code in Custom css:
.top-bar .languages-area .sub-menu a {
color: #9b9b9b !important;
}
Regards
That did it. Now I just need your help with to make the text visible on the My Account drop down menu on the top bar. Thanks!
Hello,
Please change previous code to:
.top-bar .languages-area .sub-menu a, .top-bar .my-account-link a {
color: #9b9b9b !important;
}
Regards
That did it. Thanks as always!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up