Headings – no more all caps
- The topic ‘Headings – no more all caps’ is closed to new replies.
Need help? Check out our Support site, then
I did find an earlier post which solved most of my ALL CAPS problems, but on the main blog page the posts still have all caps headers. I can’t find the class name for it, any help would be very appreciated!
Page for reference: https://funktionsrattstockholmslan.se/
The code I found/ use:
.post-content h2.entry-title, h2.widget-title, h1.entry-title, .blog .entry-meta span.posted-on, .archive .entry-meta span.posted-on, .single .entry-meta span.posted-on, .search .entry-meta span.posted-on, h2.comments-title, h1.page-title, .uppercase, .recipe h1, .recipe h2, .recipe h3, .recipe h4, h3.jp-relatedposts-headline {
text-transform: none;
}
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can use this:
h2.entry-title {
text-transform: none;
}
Hope this helps.
All the best,
Ana
Hi and thank you!
I thought that part was already in the code but apparently I missed a comma… :P
You are welcome :). Have a lovely weekend :)