Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #675862

    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

    #675872

    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

    #675915

    Here you go.

    #676231

    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

    • This reply was modified 8 years, 4 months ago by Rikard.
    #676602

    Thanks, Rikard. It works great. Can you also tell me where to change the mouseover/hover color for this heading?

    #676621

    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

    #676644

    Thank you. Works great.

    #677337

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

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