The title of my products are all in uppercase, I wanted to put only the first capital letter and the rest of the lower case, how do I do that?
This topic has 6 replies, 3 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow
The title of my products are all in uppercase, I wanted to put only the first capital letter and the rest of the lower case, how do I do that?
Hello,
Read about text-transform here – https://www.w3schools.com/cssref/pr_text_text-transform.asp
Regards
But I wanted to apply it to the <title> tag on the website, how would I do it?
Because the text-transform: capitalize or lowercase I’ve already applied to some things, but the title doesn’t work!
//Ignore if you can see the full message
But I wanted to apply it to the <title> tag on the website, how would I do it?
Because the text-transform: capitalize or lowercase I’ve already applied to some things, but the title doesn’t work!
As I can see, this custom CSS code works for titles – https://prnt.sc/ujyooh Change the code depends on your needs and clear cache.
Regards
I’m talking about this title
https://prnt.sc/ul4c5a
I use a way to put my products quickly, but the way they come on the invoice is uppercase, I wanted to automate it to be tiny, or capitalize
Hello,
It’s not related to the theme. Read this article https://stackoverflow.com/questions/36093022/how-do-you-change-the-style-of-the-title-tag-in-css
Regards
The issue related to '‘Product title in uppercase’' has been successfully resolved, and the topic is now closed for further responses