Link highlighting Without Underline
Please note that this is now available as a plugin for easier installation. While you can use this document as a reference, the recommended method to add this functionality is through the plugin installation wizard. Learn more about plugins here.
Here’s some CSS for the modern blue link color.
One Easy Step
Add the following code to the CSS tab on your page containing hyperlinks.
a {
color: #039be5 !important;
text-decoration: none !important;
-webkit-tap-highlight-color: transparent;
font-weight: bold;
}
We'd love to hear your feedback.