Please can you send me css code for having the titles of my icon lists underlined if they are links.
untested, but try:
.avia-icon-list a {
text-decoration: underline;
}
Thanks! I amended it slightly to get it to work:
.avia-icon-list a {
text-decoration: underline !important;
}