• Resolved aleferoc

    (@aleferoc)


    Hi again

    If I change the font-size for feactured posts, it doesn’t change.
    What do I wrong? I like to have much a bigger size than on the website.

    h2 {font-size: 32px; color: #dd3333;}

    Thanks again,
    Eveline

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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!

    Thread Starter aleferoc

    (@aleferoc)

    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! 🙂

    Thread Starter aleferoc

    (@aleferoc)

    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!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured Post, bigger size’ is closed to new replies.