Tagged: icon list
Hey guys!
How do I remove the underline where the icon list? You will see all the underlined words on the homepage.
I’d like to remove the underlines, how do I do that?
Hey Courtney,
Please try the following in Quick CSS under Enfold->General Styling:
.av_inherit_color a {
text-decoration: none !important;
}
Best regards,
Rikard
YAY! It worked and looks great! Thank you!