Underline links in Vigilance
-
I’m using the Vigilance theme with the CSS customization package. What CSS code do I need to make the links underlined (without hover, before they’re visited)? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Do you want all your links to be underlined? If so this generic code will do it for you:
a:link {
text-decoration: underline;
}If you want speciific links only to be underlined then you need explain further and provide a valid link to your site.
GL
-
-
Thanks for your previous reply. The only problem is that it makes all the links on the site underlined, including the list of recent posts, post titles, tags, and even the blog title. Is there a way to make it so that only the links inside posts are underlined? Thanks. Here’s my blog: http://markbbrown.com/
-
- The topic ‘Underline links in Vigilance’ is closed to new replies.