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
Hi Tommy!
You can add this on your custom.css or Quick CSS:
h2 {
text-transform: capitalize !important;
}
Cheers!
Ismael
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