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?
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?
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.
This reply has been marked as private.
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;
}Works! Thank you very much! Support is excellent!
Greetz, Jan
Super 🙂 Glad that did the trick.