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.
Hey sunseekertours,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header .mega_menu_title a {
color: #fff;
}
Best regards,
Rikard
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?
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
Here are some screenshots. When I hover over the item it shows the dropshadow effect which I do not want on the sub menu
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
This is happening on all my browsers. Attached is a video link
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
Thank you!