New Landing How can we help? Atelier Underline Only Text Content Links

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #250785
    SomeChick
    Member
    Post count: 231

    I’d like to underline text links in body text (blog post, page content, etc.) but no other links. Looking at the code, it seems like there’s no way to do this without also underlining graphics that are links throughout the site (as on the private link above). And while it might be easier to change the text color, I wonder if there’s an easy way to just underline text links without also underlining images.

    Thanks!

    Although, it occurs to me I can do text-decoration: underline rather than border-bottom and have some of the same effects. But it seems like CSS doesn’t let you create a dotted line, change the color, etc.

    #251164
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Change it to:

    .page-content p a {
      border-bottom: 1px dotted #999;
    }
    

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register