- This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Links are displayed as crossed-out
You must be logged in to reply to this topic.
In one of my blog posts, I’ve noticed that some of the links in the copy are displayed as crossed-out instead of underlined.
Online Workshop: 7 Tipps für erfolgreiche Planung und Moderation
Can you help on how to fix this?
Thanks
Hello,
I had a look at the code for one of your links and I found they have a CSS class of broken_link.
You seem to have some CSS styles for that class somewhere on your site.
.broken_link, a.broken_link {
text-decoration: line-through;
}
It could be a plugin doing that.
You must be logged in to reply to this topic.