Caps
- The topic ‘Caps’ is closed to new replies.
Need help? Check out our Support site, then
Any way I can change the header to not be all caps?
The blog I need help with is: (visible only to logged in users)
Hey,
Please change the site title by using the following CSS snippet:
.site-title {
text-transform: capitalize;
}
Let me know how it went.
Cheers,
Alexandru