How can I change the text transformation of the Article Titles?
It Is Always Like This
and I dont want all the words to be with the first letter in uppercase, just the first letter of the first word of the sentence.
Hi,
Thank you for writing. I hope you are doing well.
Yes, the article title comes with a “capitalize” text transformation. That means that it will capitalize each word (uppercase the first letter of the word).
To change that you can add the following CSS:
.page-title {
text-transform: initial;
}
You can add the custom CSS by going to “Appearance > Customize > Additional CSS” or in the theme options panel “Theme Options > Customize > Custom Code & Scripts > Custom CSS“.
Best.
Juan.