Hi Eveline,
Thanks for another great question!
Is it the title on the featured posts (on the front page) that you’re trying to change? If so, you can use the following CSS to adjust them:
.frontpage-featured-posts .entry-title a {
font-size: 20px;
}
If you need anything else, just let us know- thanks again!
Dear Steven
Thanks a lot for you quick answer.
Sorry, I meant the title of featured-posts.
“MEINE FAVORITEN – SIE ZEIGEN MEINE VIELFALT”
Here it would be niece to have a bigger size and also another color.
Best regards,
Eveline
Ah…sorry about that- I see what you mean now, thanks!
This CSS should do the trick then:
.home .frontpage-featured-posts h2 {
font-size: 24px;
color: #4F7942;
}
Let us know if you need help changing anything else- thanks again! 🙂
Wow, great.
Thank you very much Steven. You helped me very much.
Wish you a happy weekend
Eveline
So happy to hear this, Eveline- thanks for letting us know. 🙂
Take care!