My theme is vigilance. Is there a way in CSS to make my blog posts title headings all lower case? How would I do this?
Thanks in advance!!
The blog I need help with is letmebewhatsunderneath.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
My theme is vigilance. Is there a way in CSS to make my blog posts title headings all lower case? How would I do this?
Thanks in advance!!
The blog I need help with is letmebewhatsunderneath.com.
Yes, add this to the bottom of your custom CSS.
.post-header h2, .post-header h1 {
text-transform: lowercase;
}
Thanks!!! :)
You are welcome.
This topic has been closed to new replies.