Site logo

Archived topic

Link formatting

3 replies · Started by Devesh on August 13, 2019

Viewing posts 1–4 of 4

Is there any way (CSS or other standard settings) in which we can automatically apply particular font color and underline to all links in a blog post?

Hi there,

you can change the color of the content links in Customizer > Colors > Content > Link color.
If you want to add an underline and a color specific to the posts then this CSS:

.single-post .entry-content a {
    text-decoration: underline;
    color: red;
}

Worked fine. Thanks for the quick response!

You're welcome

This archived topic is closed to new replies.