Archived topic
change hyperlink text decoration in body of only one page.
5 replies · Started by Lawrence on June 23, 2018
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 :)
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
Without the plugin, you can do this:
.page-id-6407 .entry-content a {
text-decoration: underline;
}
Ok, great thanks a lot.
You're welcome :)