Hello,
I’d like to change the excerpt style on this index page:
http://superpokemonworld.com/pokemon-go/
I came up with such code:
.entry-content {
font-size: 16px;
line-height: 1.4;
}
But then I realized that it actually targets the post content. So if I apply it to the excerpt, I change the main content style, which I don’t want.
How can I target the excerpt of the post without changing its main body style?
Thanks.