Site logo

Archived topic

Make all links within a blog post - bold

3 replies · Started by Elia on May 20, 2019

Viewing posts 1–4 of 4

Hi there,

We would like to make all links within a blog post as bold. Is this a correct code for this?

.single-post .inside-article a {font-weight: bold;}

It seems that the code also change the links to the Bold for the Previous/Next articles section. We don't need that. We only need to change the font-weight for all links inside the article itself

Hi there,

try this CSS:

.single-post .inside-article .entry-content a {
    font-weight: bold;
}

Thanks a lot, David!

Glad to be of help

This archived topic is closed to new replies.