Kale – Blog post titles in ALL CAPS
-
Hello everyone, thanks in advance for any help.
Designing a cooking page with the Kale theme. I noticed that all the headings in my blog posts (H1, H2, H3, etc) are appearing in all caps. I’d rather not have them like this. I’d like to have upper and lower cases letters at my own choosing.
I tried searching, even found some html code that solved some of the problems, but not all.
.page .entry h1 {
text-transform: capitalize;
}
.page .entry h2 {
text-transform: capitalize;
}
.page .entry h3 {
text-transform: capitalize;
}.entry-title, .page-title {
text-transform: none;
}h1.widget-title, h1.sidetitle, h2.widgettitle {
text-transform: none;
}Sadly, this didn’t help any blog headings that are H2, H3, etc.
If anyone has some way to help, that would be great. Thank you.
The page I need help with: [log in to see the link]
- The topic ‘Kale – Blog post titles in ALL CAPS’ is closed to new replies.