• On my home page, there is a section below the banner image called “Recent Posts.” The text “Recent Posts” is very large and looks unproportional to the rest of the page, and it’s all in caps. How do I make this text smaller, and make only the first letter of each word capitalized?
    Thanks!

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

    Please try to paste the following code:

    .blog-feed > h2 {
      font-size: 14px;
      text-transform: capitalize;
    }

    I hope it helps. Feel free to reach out if you need anything.

    Best,
    Jarek
    Kale Support

    Thread Starter navessa7

    (@navessa7)

    Hi Jarek, Thanks for the suggestion, however, I copied and pasted that code in and it did not work. Is it maybe off by a few letters?

    Hi again,

    I apologize. Try this one:

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

    Best,
    Jarek
    Kale Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Front Page Featured Posts Heading Too Large’ is closed to new replies.