Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #925559

    I tried to remove the underline in the hyperlinks but it’s not working.
    I tried to adjust the css:
    a:hover {
    text-decoration: none; /*removes the underline on hyperlinks when the link is hovered*/
    }

    but the underline is still there.
    Please help me out.

    #925566

    Hey gawcvw,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .responsive #top .av_inherit_color a:hover {
        text-decoration: none;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #928232

    Sorry, but this isn’t working. Another solution?

    #928235

    Hi!

    Please try using the code as following

    .main_color a, .alternate_color a {
        text-decoration: none !important ;
    }

    Best regards,
    Yigit

    #1217869

    Yes! It worked for me. Thanks a lot :)

    #1217872

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove underline hyperlinks’ is closed to new replies.