Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #428919

    Hi guys i want to remove the underline in links used on text blocks, I searched and find this code to insert in the quick CSS
    .avia_textblock a {
    text-decoration: underline;
    }

    But is not working the underline is still there. I am missing something?

    Thanx
    Salvador

    #428955

    Hey smorrone!

    Please change the code to following one

    .avia_textblock a {
    text-decoration: none !important;
    }

    Regards,
    Yigit

    #429145

    Worked fine!
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Links without underline’ is closed to new replies.