Continuing from here: https://kriesi.at/support/topic/remove-caps-in-headings-enfold-theme
Dude: I need to PM or email the links
Hi Merkur-Trykk,
You can try:
h1, h2, h3 {
text-transform: none !important;
line-height: 15px;
}
And adjust the line height until there is not clipping of the text.
Regards,
Devin
It works, but it doesnt look good. To much white space….
You can adjust the line height by changing the 15px value, the 15px I put in was just to get you started.