Hello! I just added a default underline for links on my site using:
a:link
{
text-decoration: underline;
}
However, now my looper posts are also entirely underlined:
Is there a way to override this but still keep default underlines in the rest of my content?
I already tried inserting the below into the Element CSS tab.
a {
text-decoration: none;
}
Thank you!