I made a few style changes to my website and now my mega menu column headings are not displaying unless you mouse over them. They should not be underlined either. Can you tell me how to correct this? Thank you.
Susan
Hey thecszone,
Could you please provide login details as well to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Here you go.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.mega_menu_title {
color:blue !important;
}
.mega_menu_title a:hover {
text-decoration:none !important;
}
Regards,
Rikard
Thanks, Rikard. It works great. Can you also tell me where to change the mouseover/hover color for this heading?
Hi!
You can replace the color value at the following
.mega_menu_title a:hover {
text-decoration:none !important;
color: #fff;
}
do let us know if you have more questions
Best regards,
Basilis
Thank you. Works great.