- This topic has 5 replies, 2 voices, and was last updated 8 years, 1 month ago by Andrew Misplon.
- AuthorPosts
- September 19, 2016 at 3:30 pm #4940
JanParticipantHi. 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?
September 19, 2016 at 5:16 pm #4941
Andrew MisplonKeymasterHi 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 toAppearance > 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.
September 19, 2016 at 5:51 pm #4943
JanParticipantThis reply has been marked as private.September 19, 2016 at 6:03 pm #4944
Andrew MisplonKeymasterThanks, 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; }
September 19, 2016 at 6:55 pm #4946
JanParticipantWorks! Thank you very much! Support is excellent!
Greetz, JanSeptember 19, 2016 at 9:07 pm #4948
Andrew MisplonKeymasterSuper 🙂 Glad that did the trick.
- AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.