-
AuthorPosts
-
September 2nd, 2021 at 08:08 #121069veenmPower User
Dear people,
Thank you for the new update this week, but i got a problem with the decoration of my hyperlinks. Before updating i got no decoration and now most of the links underlined. Theme seems not reacting anymore at my line in extra CSS:
a
{text-decoration:none;
}How do I get rid of this unwanted underlining?
Thank you for helping me in advance
MartinWebsite: www.archeologiegorinchem.com
September 2nd, 2021 at 21:23 #121137veenmPower UserYou already sent the solution to me, many tnx
September 9th, 2021 at 01:51 #121303Hi dear »veenm«,
I’ve got the same problem with the (unwanted) link underlining, so I had to restore the former version 1.5.2.. Obviously the solution you mentioned above functions very well on your fine site and the new combination with hover underlining looks great.
Would you be so kind to publish the solution you had been sent to?
Your first attempt with
»a
{text-decoration:none;
}«didn’t work for me either.
Thanks in advance
ChrissiWebsite: www.sprachblasen.de
September 12th, 2021 at 14:42 #121419ZedCryout Creations mastermindAdding the underlining effect to all content links is a requirement imposed (for accessibility reasons) during the theme update review process.
The effect can be force-removed with CSS, if needed:
.entry-content a:not([class]), .entry-excerpt a:not([class]), #comments .comment-body a:not([class]), .widget-container.widget_text a:not([class]), .ppbox a:not([class]) { text-decoration: none; }
Include the styling below to keep the underlining on hover:
.entry-content a:not([class]):hover, .entry-excerpt a:not([class]):hover, #comments .comment-body a:not([class]):hover, .widget-container.widget_text a:not([class]):hover, .ppbox a:not([class]):hover { text-decoration: underline; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.September 12th, 2021 at 22:06 #121448WOW, super! – Thanks a lot, very kind of you!
Greetings, Chrissi -
AuthorPosts
The topic ‘Extra CSS/ text-decoration’ is closed to new replies.