Changing cases for blog post titles
-
Hi there,
My theme is Patch — I want the titles of my blog posts to be normal: “Exactly Like This Instead of All Uppercase,” but the title of my website (falcon post) to stay in all caps, FALCON POST, and the caption, “The messenger bird’s hangout” to stay the same. Help?The blog I need help with is: (visible only to logged in users)
-
Hi @melaniefalconer,
Try adding the following to Custom CSS:
.entry-title a { text-transform: none; }Let me know if that helps!
Jenny
-
-
Hi @melaniefalconer,
Try the following for the titles within the posts themselves:
h1.entry-title { text-transform: none; }If you also want to de-capitalize the entry metadata (the section that says POETRY By MELANIEFALCONER / DATE), try the following:
.entry-meta, a.url.fn.n { text-transform: none; }Hope that helps!
- The topic ‘Changing cases for blog post titles’ is closed to new replies.