Underline Links - Question | JoomShaper

Underline Links

HB

Holger Busch

Template 1 week ago

Hello, I would like to have the links underlined and would be happy if you could give me a short help. I tried .article-details a {text-decoration: underline;} .blog a, .article a {text-decoration: underline;} with no success.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #222529

BTW

In Template Options > Basic > Copyright - where you have {2025} use {year} instead.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #222528

Hi Holger,

this is "stronger" & more universal CSS solution:

#sp-component p a, #sp-component li a  {text-decoration: underline;}
0
HB
Holger Busch
Accepted Answer
1 week ago #222531

Double thanks :-)

0