Change the title from ALL CAPS font
-
Hi,
I’ve browsed the forums for the Hemingway Rewritten theme but have yet to see any CSS help for changing the title font so it is not limited to all caps.
Any thoughts on this?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Add this to your custom CSS and see if it does what you want:
#masthead site-title {text-transform: unset;} -
Thanks for the recommendation Hallluke, but unfortunately it didn’t help. Any other thoughts? Thanks again!
-
@raxacollective, @hallluke’s code is missing a period ( . ) before site-title in the CSS selector. Make it look like this and all is good.
#masthead .site-titleThose pesky periods get us all from time to time. :)
@hallluke, nice to see you again. Hope you are doing well.
-
-
- The topic ‘Change the title from ALL CAPS font’ is closed to new replies.