Home Forums WoodMart support forum My Account menu in top bar

My Account menu in top bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36997

    JuliaSan
    Participant

    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.
    #37001

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us your admin access so we can check your configuration?

    Regards

    #37005

    JuliaSan
    Participant

    sure

    #37008

    Bogdan Donovan
    Keymaster

    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

    #37009

    JuliaSan
    Participant

    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!

    #37026

    Artem Temos
    Keymaster

    OK, so write us if will want to change this ๐Ÿ™‚

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)