Hi @john_graver
how can I get all the links without underline again?
Please add following style rules
Customize / Additional CSS
#bd .textwidget p > a,
#bd .entry-content p > a{
text-decoration:none;
}
Thank you.
Hi Nobita,
Thanks, it works fine. I only wondered, why only some links were underlined.
br/
John
I only wondered, why only some links were underlined.
For most links, the user can intuitively recognize that it is a link
However, the link described in the paragraph was difficult to notice that it is a link
For example, in the case of your WEB page, the link applies a different color than normal text.
If all users consider this kind of consideration, it will not be expected.
I chose to display the underline only for the links in the paragraph.
Thank you.
note:
Recently I am changing style as below.
nested strong element style
<strong>Please submit the documents until <strong>April 15</strong></strong>
Add underline to strong element in strong element
-
This reply was modified 8 years ago by
nobita.