This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hi!
I’ve added a 8theme title to my website and it displays in capital letters. I’ve already taken a look at Typography in Theme options but nowhere it’s mentioned that it’s capital letters. I’ve also changed the Extra class name to no-uppercase, but it doesn’t work.
Kind regards,
Annet
Hello,
Add the following custom CSS to child theme style.css
.title h1, .title h2 {
text-transform: none;
}
Regards
Thanks!
And where can I find the style.css file? In WordPress itself?
You must be logged in to reply to this topic.Log in/Sign up