Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1461794

    Hi, the text color is not showing up in my mega menu under “Our Tours” how do I change the text color for the mega menu to white on desktop.

    #1461799

    Hey sunseekertours,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #header .mega_menu_title a {
      color: #fff;
    }

    Best regards,
    Rikard

    #1461809

    Thank you. It looks like when I hover I’m getting a weird effect on the mega menu item. I think some of the styling from the regular navigation is applying. How do I resolve this?

    #1461835

    Hi,

    Thanks for the update. It looks fine on my end using Firefox, how can we reproduce the results you are seeing on your end?

    Best regards,
    Rikard

    #1461878

    Here are some screenshots. When I hover over the item it shows the dropshadow effect which I do not want on the sub menu

    #1461910

    Hi,

    Thanks for that, but I still can’t see that happening on my end. How can we reproduce the results that you are seeing?

    Best regards,
    Rikard

    #1461946

    This is happening on all my browsers. Attached is a video link

    #1461979

    Hi,

    I still can’t see it happening on my end, but you can try this in Quick CSS:

    .avia_mega_div li a, .avia_mega_div li a:hover {
      text-shadow: none !important;
    }

    Or use a more specific selector for the CSS that you are using on the main menu.

    Best regards,
    Rikard

    #1462112

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Text is not showing up in mega menu’ is closed to new replies.