Hi, I was wondering if there was a way to adjust the page titles on my site so they are not all in capital letters? I am using Liquorice.
Thanks
The blog I need help with is sundaynightspecials.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
Hi, I was wondering if there was a way to adjust the page titles on my site so they are not all in capital letters? I am using Liquorice.
Thanks
The blog I need help with is sundaynightspecials.com.
Without a custom design upgrade the fonts on Page tabs and other custom menu tabs cannot be changed.
SIGH ... I'm sorry. I didn't look closely and see that this thread was already in the CSS Forum. :( Please be patient and another Volunteer will help you.
I believe I purchased that?
I'm embarrassed because goofed above because I didn't notice the forum but not to worry as thesacredpath will help you when he can. Sorry :(
Add this to your custom CSS.
#primary-content .post-title a {
text-transform: none;
}
If you also want the menu text normal, add this too.
#nav ul {
text-transform: none;
}
This worked. Thanks!
You are welcome.
This topic has been closed to new replies.