Site logo

[Resolved] Capitalize only the 1st letter of the Month on my Posts

Home Forums Support [Resolved] Capitalize only the 1st letter of the Month on my Posts

Home Forums Support Capitalize only the 1st letter of the Month on my Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2567912
    Billy

    Hi guys,

    I’ve been playing with some CSS on my blog but there’s one thing I simply can’t achieve.

    Can you please help me capitalize only the first letter of the mont. ex. “Abril” instead of “abril”.

    Here’s my post URLs: https://micaminoimperfecto.com/el-comienzo/

    Thanks a lot!

    #2567923
    Fernando
    Customer Support

    Hi Billy,

    In the Block settings of the Headline Block, you can set the Transform value to Capitalize. Reference: https://docs.generateblocks.com/article/typography-overview/

    If you want to use custom CSS, can you try adding this through Appearance > Customize > Additional CSS:

    .single-post time.entry-date.published {
        text-transform:capitalize;
    }
    #2567938
    Billy

    You got it Fernando. Stunning support.

    I chose method 1 to avoid loading more CSS, and it worked.

    Thanks a lot man!

    #2567940
    Fernando
    Customer Support

    You’re welcome, Billy!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.