Turn off all Capitalization
Hi all,
first, I really love your themes, they are beautiful! I am working with Photo Journal Pro on all my websites, and I am writing them in German. We do not capitalize titles. So, I would like to turn off all capitalization in my template.
I have found these tips, and they turn off some capitalization, but not all. It's especially disturbing in the site header (it should be: Die Dokumentation des Vergänglichen und die Schönheit des Zeitlosen) and the button there.
}.section-title {
text-transform: none;
}
.site-header {
text-transform: none;
}
.site-description {
text-transform: none;
}
My Website is: https://elisabethguggenbuehl.ch and guggenbuehlfotografie.ch
Thank you!