Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #527418

    Hi Team,

    i tried removing the underline from the text links with the following but doesnt seem to work. please help.

    a:hover{
    text-decoration: none !important;
    }

    #527423

    Hey David57!

    Can you please post the link to your page?

    Cheers!
    Yigit

    #527430

    Hi Yigit,

    thanks for the speedy reply.

    http://nudestrength.com/home

    #527443

    Hi!

    Please add following code to Quick CSS

    #top .av_inherit_color a {
        text-decoration: none !important;
    }

    Best regards,
    Yigit

    #527451

    Thanks! it worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘removing underlines from text links’ is closed to new replies.