• Resolved grsangela

    (@grsangela)


    Hi again ??

    Is there a way to control only the font of the blog posts, the one from the home page? I know its the H4 font, but when I change it, it also changes me the icon font and I dont want that. Hope I made myself clear enough ??

    Thanks ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try this CSS and let me know if that does the trick! Obviously, just change the “red” to whatever color you need.

    h4.entry-title {
        color: red;
    }

    Hope that helps!,
    Kevin

    Thread Starter grsangela

    (@grsangela)

    Hei Kevin,

    I was referring to the font of the text, not the color. Do you have any idea for the font?

    Thanks ??

    hannah

    (@hannahritner)

    Hey grsangela,
    This should work:

    h4.entry-title {
        font-family: sans-serif;
    }

    Hannah

    Thread Starter grsangela

    (@grsangela)

    Hei Hannah ??

    No changes ??

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Can you post a link?

    Kadence Themes

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    I just saw your other post where you have the link… you have added this:

    <title>Who is Gorgeous</title>

    into the css box.. since that is not css it’s breaking the css code, just remove that from your css box.

    Kadence Themes

    Thread Starter grsangela

    (@grsangela)

    YEEEEEE

    Its working.
    Guys you make me want to buy the premium. I never had such an amazing service.

    Thanks a lot

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘how to change the font blog titles from home page’ is closed to new replies.