• Resolved navessa7

    (@navessa7)


    On my home page, the titles of the blog posts in the “Recent Posts” feed are all in caps, and are in a different font than the header and tagline. How do I take away the all-caps and change the font?
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi again,

    Try this one:

    h2.block-title {
      font-size: 24px;
      text-transform: capitalize;
    }

    Best,
    Jarek
    Kale Support

    Thread Starter navessa7

    (@navessa7)

    Hi Jarek, Thanks for the help. I put that code in and it changed the font of the subhead “Recent Posts”, but I was trying to change the font of the blog post titles. How do I do that?

    Theme Author lyrathemes

    (@lyrathemes)

    Hello @navessa7, this code will remove the uppercase:

    .frontpage-featured-posts h3.entry-title {
        text-transform: none;
    }

    If you want to change the font, you have a choice of one of these 4 which are already loaded on to the theme: Montserrat, Lato, Raleway, Caveat

    If you need something other than these fonts, you’ll need to load it some way (plugin? child theme?) and then use some custom CSS.

    Let me know what you think.

    Thread Starter navessa7

    (@navessa7)

    I ended up adding the Easy Google Fonts plugin, and it’s awesome!

    Hi there,

    Glad to hear that. Let me know if you need anything.

    Best,
    Jarek
    Kale Support

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change font of titles in blog feed’ is closed to new replies.