[Resolved] change hyperlink text decoration in body of only one page.

Home Forums Support [Resolved] change hyperlink text decoration in body of only one page.

Home Forums Support change hyperlink text decoration in body of only one page.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #607122
    Lawrence

    I would like to change the links in one page only a:link text decoration to underlined. When I change the css it of course changes it site wide. Thanks

    #607134
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Which page exactly?

    If you have my Simple CSS plugin, there’s a CSS metabox added to each page you can add your CSS to.

    Let me know ๐Ÿ™‚

    #607145
    Lawrence

    The page is http://www.lawrencedubois.com/newsletter-archives/

    I have not added that plugin I will do that if I have any more troubles I’ll let you know thanks

    #607468
    Tom
    Lead Developer
    Lead Developer

    Without the plugin, you can do this:

    .page-id-6407 .entry-content a {
        text-decoration: underline;
    }
    #607713
    Lawrence

    Ok, great thanks a lot.

    #607740
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.