removing link underlining Manifest
-
I am trying to remove underlining from all links on my site.
As per previous discussion on this question I tried added the following to CSS Stylesheet Editor, but it doesn’t work
.entry-content a {
text-decoration:none;
}Thanks!
The blog I need help with is: (visible only to logged in users)
-
The CSS in manifest is written a little differently.Try this.
.entry-content a:link, .entry-content a:visited { text-decoration: none; } -
- The topic ‘removing link underlining Manifest’ is closed to new replies.