Resolved

Links are underlined

Ultra Theme started by Jan Sep 19, 2016 5 replies
Jan Sep 19, 2016 · 3:30 pm #4940

Hi. Some of the links on my Page are underlined (a line of dots) other are not. Is there a way to get rid of the underlining?

Andrew Misplon Puro Sep 19, 2016 · 5:16 pm #4941

Hi Jan

Thanks for posting. Links in the primary content area are underlined. You could roll this behaviour back with a little bit of Custom CSS. If you don’t already have a Custom CSS plugin installed, go to Plugins > Add New, search for and install Simple Custom CSS. Then, go to Appearance > Custom CSS and insert:

/* Links */
.entry-content p a,.entry-content li a,.entry-content dl a,.entry-content pre a,.entry-content code a,.entry-content blockquote a,.entry-content p a:hover,.entry-content li a:hover,.entry-content dl a:hover,.entry-content pre a:hover,.entry-content code a:hover,.entry-content blockquote a:hover {
    border-bottom: none;
}

Hope that helps.

Jan Sep 19, 2016 · 5:51 pm #4943

This reply has been marked as private.

Andrew Misplon Puro Sep 19, 2016 · 6:03 pm #4944

Thanks, change to:

/* Links */
.entry-content p a,.entry-content li a,.entry-content dl a,.entry-content pre a,.entry-content code a,.entry-content blockquote a,.entry-content p a:hover,.entry-content li a:hover,.entry-content dl a:hover,.entry-content pre a:hover,.entry-content code a:hover,.entry-content blockquote a:hover {
    border-bottom: none !important;
}
Jan Sep 19, 2016 · 6:55 pm #4946

Works! Thank you very much! Support is excellent!
Greetz, Jan

Andrew Misplon Puro Sep 19, 2016 · 9:07 pm #4948

Super 🙂 Glad that did the trick.

6 posts