My Account menu in top bar
-
Hi, I have an issue with the log in/registration element in the top bar.
It looks like for some reason it does not take over the color scheme from the rest of the site.
While other drop down menus are using the text color white, this one is using a dark one (black if not registered and grey if logged in) – see attached screenshots.
As this is not a standard menu item I cannot edit it like other menus in the Appearance > Menus.
Could you please tell me where I can set this?
Thanks,
Julia
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please provide us your admin access so we can check your configuration?
Regards
This problem caused by this custom code https://gyazo.com/0ee9172ac13791dd9325c94fbaf199b2.
If your initial idea was to change the background color of the main menu dropdowns, you can use this code snippet instead previous.
.main-nav .menu-item .sub-menu-dropdown {
background-color: #282d4f;
}
Regards
Thanks, I have changed this now. The only strange thing is that now all drop down menus are
white text on blue background, except for the login/my account, which is a grey text on a white background. But I can live with that. 🙂
Thank you!
OK, so write us if will want to change this 🙂
Regards