lowercase text-transform for blog header only
-
hi!
i am hoping someone can help me figure out how to text-transform the blog header/title to lowercase but still leave the individual post titles uppercase.
i am using the Cubic theme, and the blog is anothernicole.com
thank you very much!
nicoleThe blog I need help with is: (visible only to logged in users)
-
Hi Nicole,
Not sure if I understood correctly, but my understanding is that you want to transform the title, “another nicole”, to lowercase, but leave the post titles?
If so, this should work –
/* set site title to lower case */ .site-title { text-transform: lowercase; }Does that help?
-
- The topic ‘lowercase text-transform for blog header only’ is closed to new replies.