This topic has 7 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Somehow the product text is with capital letters, how can i change that? https://gyazo.com/5821cd4cae3e1ca1cea0f178e91aac76
i can not find where i can edit the footer , i thought i have edited at the static blocks but i do not see it anymore..
Thanks!
Hello,
Use the following custom to change the titles
.product-title {
text-transform: capitalize;
}
I see that you use default widget areas to create footer http://prntscr.com/engur9 , you did not use Static Block.
Regards
Hello,
Somehow every word is now starting with a capital letteralthough i havent inserted it in a regular productname. Can i change that?
Hi,
yes otherwise the productname is only in capital letters, is it possible to start the productname with capital letter and the rest normal letters?
Hello,
Oh, I see. Then replace that custom by the following
.product-title {
text-transform: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up