Hi all,
Thanks once again for being here :-)
Pardon my English (google translator)
I have a question and do not know if you can, I detail:
– I gusgtaría the titles (H1, H2, ..) be in Caps and Small Caps (attached example). Now it is all in Caps.
Thank you very much,
You are great!!
koballo
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
h1, h2, h3 {
text-transform: none !important;
}
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Regards,
Yigit
Hello, thank you very much for your quickly.
What I need is that the capital letters are the first letter (or assign it when you type in capital letters) and the remaining letters are in small capitals (small caps).
Can this be done?
Under new example:
Thank you very much for everything,
Greetings!!
Hey!
Please add following code to Quick CSS instead
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: capitalize; }
Best regards,
Yigit
Thank you very much;-)
Greetings!