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

    Hi friend,

    When i use H2 as title in the page, the whole word comes to be in capital, like “WHAT WE HAVE”,
    but i need only first letter to be capital, like “What We Have”.

    Please kindly teache how can do.

    Thanks

    Tommy

    #208839

    Hi Tommy!

    You can add this on your custom.css or Quick CSS:

    h2 {
    text-transform: capitalize !important;
    }

    Cheers!
    Ismael

    #208862

    Hi Ismael,

    Thanks, it works.

    How about the Icon list item title, i also want to change it to only first letter in capital.

    Best regards,

    Tommy

    #208925

    Hi!

    You can use this:

    `.iconlist_title {
    text-transform: capitalize !important;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘About Font Format’ is closed to new replies.