Want allcaps OFF on blog header.
-
Hi, I have Hemingway Rewritten for my blog theme, and I’m trying to get rid of the all caps on the header. I’d also like to make the text larger. Unfortunately, changing things in H1 doesn’t do anything to the header, it only changes the blog headings, ie, blog post titles.
My blog is wgingell.com
Thanks :)
The blog I need help with is: (visible only to logged in users)
-
Have you purchased the Custom Design upgrade?
It is not possible to edit the default styles without the paid upgrade.
-
Add this to your custom CSS and you can modify the main header text as much as you like:
.wf-active .site-title { text-transform:unset; font-size:42px; }
- The topic ‘Want allcaps OFF on blog header.’ is closed to new replies.