Dear support,
I’m writing to ask you a question: all the links in my website are shown without underline, and it’s ok.
The underline is shown only on hover.
This is the main code:
a {
color: #xxx;
text-decoration: none;
}
a:hover,
a:focus {
color: #xxx;
text-decoration: underline;
outline: none;
}
I would like to change this setting ONLY for the links I’m including into the articles.
I could do it with a special class, but I should manually insert a class every time I insert a link.
Is there a way to set a different style (text-decoration: underline) only for the links on the articles (com_contents)?
Thanks in advance,
Federico