Site logo

Archived topic

Link Content Article

3 replies · Started by Anderson Ojope on December 25, 2016

Viewing posts 1–4 of 4

How do I change only the links that appear in the content of the articles?

I am using the code below, but it is also changing the date source, author and comments.

.inside-article a {
Font-weight: 400! Important;
}

https://goo.gl/JzkHf1

Hi Anderson,

Try this CSS:

.entry-content a {
    font-size: 30px;
}

Let me know.

Thank you! It worked!

You're welcome!

This archived topic is closed to new replies.