Lowercase blog title CSS code, Tonal theme
-
I would like the blog title appear in lowercase letters, or at least in no change of case. I have the Tonal theme and Custom design upgrade (and I know I must change the CSS). Any clues?
The blog I need help with is: (visible only to logged in users)
-
Add this to the custom rules you already have set up:
.site-title { text-transform:lowercase; } -
- The topic ‘Lowercase blog title CSS code, Tonal theme’ is closed to new replies.