Site logo

Archived topic

Bold hyperlinks on pages

1 reply · Started by Charles on May 26, 2020

Viewing posts 1–2 of 2

Hi there,

I've used this CSS to bold hyperlinks on single posts. How can I change this to add pages as well?

.single .entry-content a {
font-weight: 700;
}

Thanks

Hi there,

change: .single .entry-content a

to

.single .entry-content a, .page .entry-content a

This archived topic is closed to new replies.