Any way to make site title not all caps? Big Brother theme
-
Hello again,
I would like to make the site title not be in all caps on my blog. My theme is Big Brother. Is there any way to do this?
Thanks,
JohnThe blog I need help with is: (visible only to logged in users)
-
If you have the custom design upgrade, the following code will do the trick.
.site-title{ text-transform: none !important; }Without the upgrade, your only option would be to remove the site-title all together and use header image instead.
-
- The topic ‘Any way to make site title not all caps? Big Brother theme’ is closed to new replies.