Site logo

Archived topic

Link color text

7 replies · Started by steven on March 9, 2022

Viewing posts 1–8 of 8

hi,

I want to change the color of the links only in the articles, (body of the text) but the problem it changes the color of the links also in recent articles, Next Page/ and category,

Hi Steven,

Try this CSS:

.inside-article .entry-content a {
    color: red;
}

Hi Ying,

it almost works, it still sings the links of recent articles at the bottom of the page.

Can you have a look at the page in question?

I want to check where you've added the recent articles :)

yep, :)

Try this:

.inside-article .entry-content a:not(.wp-block-latest-posts a) {
    color: red;
}

Thanks you Ying,

it's working

You are welcome :)

This archived topic is closed to new replies.