Shape 5

Joomla Templates => Charity - Club => : oliviergut January 16, 2018, 03:20:47 PM



: hyperlink and tooltip link not visible
: oliviergut January 16, 2018, 03:20:47 PM
Hi

I have the problem, that my hyperlinks in articles are not undelined. They are working, but for the user it is not visible that it is a hyperlink as there seems to be no underlining

The problem continues as there is also dotted unterlining for my tooltips. So just regular text. When I click on it, the tooltip is visible but I can not know it as I see no dotted line.

Probably there is somewhere the possibility to configure
- underlining for hyperlinks
- dotted underlining for tooltips links

Can you help me there?
Thanks
Olivier


: Re: hyperlink and tooltip link not visible
: mikek January 17, 2018, 08:53:00 AM
Hello,

There is not supposed to be an underline on hyperlinks, most sites do not do this anymore and I would not recommend changing this for aesthetic reasons and it would probably effect links that are stylized like buttons. They are indicate by the highlight color only as shown on our demo.

If you really want this you can add something like this you could add the following to custom.css:

#s5_body_padding a {
text-decoration:underline !important;
}

I don't know what you mean about the tooltips, please post a url to where this occurs. Tooltips are not an html element so they would have to use a class.


: Re: hyperlink and tooltip link not visible
: oliviergut January 17, 2018, 10:08:28 AM
Hi Mike

Thanks for your reply.
Ok if it should not be done, I will let it be.
Sometimes I just think it is difficult that the user sees that he could click somewhere and get a hyperlink.
I will leave the tooltip thing aside too, then.

Thanks
Olivier