Site logo

Archived topic

change hyperlink text decoration in body of only one page.

5 replies · Started by Lawrence on June 23, 2018

Viewing posts 1–6 of 6

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

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 :)

Without the plugin, you can do this:

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

Ok, great thanks a lot.

You're welcome :)

This archived topic is closed to new replies.