Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #845373

    For some reason, the mobile menu on my site is showing the meta description for one of the pages. Any idea why this might be?

    #845374

    Also the menu turns black on mouseover.

    #846128

    Hi,

    Thanks for the login details, I can see the same problem on my end though I’m not sure what is causing it. Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    #846346

    I just found this, which got rid of the text. https://kriesi.at/support/topic/how-change-the-menu-subtext-home-subtext-where-the-heart-isam/
    I’m still getting the black bars. I’ll try disabling plugins.

    #846354

    @media all {
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color:#333333;
    }
    }

    This is what’s causing the black overlay. Any idea how to remove it with a child theme?

    #846718

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
      color:transparent !important;
    }

    Best regards,
    Rikard

    #846847

    Unfortunately, thats makes all the menu font transparent as well.

    #847102

    Hi,

    Thanks for the feedback, though I can’t reproduce any of the errors now. Did you manage to get it working? If not then please post screenshots highlighting the issues so that we are not misunderstanding you.

    Best regards,
    Rikard

    #847187

    I still can’t get rid of the black overlay. It appears when you mouse over the mobile menu.

    #847283

    Hi,

    Thanks for the screenshot, though I can’t reproduce that either on my end using Chrome. Please see private. What browser are you using to get that error?

    Best regards,
    Rikard

    #847290

    I’m glad to know it’s not on all browsers then. I’m having the issue with Safari.

    #847327

    Hi,

    Thanks for that, I can see the problem too on my end in Safari. We have this as an open issue but we haven’t found a solution for it yet unfortunately. It should hopefully be fixed in the next version of the theme though. Meanwhile, this CSS might work?

    .av-burger-overlay #av-burger-menu-ul li a {
      background-color: #ddd !important;
    }
    .av-burger-overlay #av-burger-menu-ul li a:hover {
      background-color: #eee !important;
    }

    Best regards,
    Rikard

    #847386

    Thank you! I had to change it from #ddd to #fff, but otherwise, it worked great!

    #847594

    Hi,

    Great, glad you got it working and sorry for the problems. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #848133

    you can close it. Thanks again.

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