Do you always update the DotNetNuke style sheets to underline a link?
Updated by Igor Goldobin 1 year ago. See history
123
As per rules to underline all links always update the necessary DotNetNuke style sheets to make links perfectly clear, by underlining them. To underline links in DotNetNuke you need to change the styles in the style sheet Portals/_default/default.css
A:link {text-decoration: none;color: #003366;}A:visited {text-decoration: none;color: #003366;}A:hover {text-decoration: underline;color: #ff0000;}A:active {text-decoration: none;color: #003366;}
✅ Figure: Figure: Good example - The style now underline all links