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

    I have a mega menu in my Enfold theme that shows two levels of links. Whenever I hover over any second level link, the name of the first level, that it is hierarchically under, disappears. When inspecting the CSS changes with Google Chrome Inspect Element, I do not see any change occurring but the first level does disappear.

    Any idea what might me going wrong here? The private content contains information about the website this concerns.

    Thanks for your help!

    #558918

    Hi lisanneg!

    It’s not happening for me. Can you take a screenshot and highlight what your seeing?

    Cheers!
    Elliott

    #559326

    Hello Elliot,

    Enclosed a screenshot. I did not highlight anything because it’s pretty obvious there is a large empty space where the word Staatsexamen should be.

    I have tried this on Chrome (Mac and PC), Internet Explorer 11 and Edge. The problem occurs in all these browsers.

    Is there anything else you need? What browser are you using to visit the site?

    Thanks for your help,
    Lisanne.

    Screenshot

    #559344

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #top .header_color .main_menu .menu ul li>a:hover {
        color: #ffffff!important;
    }

    Regards,
    Yigit

    #560150

    Hi support,

    I tried the CSS change but it has no effect and frankly I would not expect this to work because I believe it’s not the :hover pseudo state that is causing the problem. Remember that I am

      not

    hovering over the invisible menu item: I am hovering over another item that is hierarchically below the item that is not visible.

    It seems almost like the error is in the Mega Menu javascript instead of in the CSS … could you investigate this?

    Have you been able to reproduce the problem, by the way, because if you can’t then maybe something else is going on. I have reproduced it on 5 separate computers (all using IE11 and the latest Chrome, though) and they all consistently show the error.

    Thanks for your help.
    Lisanne.

    #560223

    Hey!

    In your child theme stylesheet on line 11 it looks like you have some CSS which is turning the text to white. It does not happen when your child theme is not activated correct?

    Best regards,
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.