Links Should Be Underlined - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Links Should Be Underlined

HB

Holger Busch

Template 2 years ago

Hello, I am running the helix ultimate in Joomla 4 in the actual version. I would like to know how I can underline all links in my articles so that the link in the text are better visible?

I can't find any options in the template options under the presets. There I can just set the color. And under typography it is also not possible.

Happy to get hopfully a very simple tip, to set a underline to my links.

Regards, Holger

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #134632

Hi Holger,

Indeed it request using Custom CSS. Here is example code that you can use:

.article-details a {text-decoration: underline;}

Alternative method

.article-details a {border-bottom: 1px dashed blue;}

0
HB
Holger Busch
Accepted Answer
2 years ago #134635

Thanks a lot. That worked. It was my mistake, that I just wrote articles.
What do I have to insert additionally to underline the decription text in a category?

0
HB
Holger Busch
Accepted Answer
2 years ago #134636

... and the links in a blog view... :-)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #134637

in similar way

.blog a, .article a {text-decoration: underline;}

0
HB
Holger Busch
Accepted Answer
2 years ago #134642

Thank you very much :-)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #134644

I added to-do-list of Helix Ultimate, I hope one day will be added as option.

0
HB
Holger Busch
Accepted Answer
2 years ago #134645
  • thumbs up *
0