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
Hey smorrone!
Please change the code to following one
.avia_textblock a {
text-decoration: none !important;
}
Regards,
Yigit
Worked fine!
Thanks