Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #361810

    Hi there,

    I’m having some issues with trying to get my site’s links to always be underlined. I have the following in my custom.css:

    #main p a, a.more-link { /*changing link colors*/
    	font-weight: underline !important;
    	color: #444444 !important;
    }
    #362185

    Hey kenhiltner!

    It should be text-decoration: underline; like so.

    #main p a, a.more-link { /*changing link colors*/
    	text-decoration: underline !important;
    	color: #444444 !important;
    }

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #362312

    Many thanks Elliott!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Making links always underlined’ is closed to new replies.