Hi, how I can change the heading element so it won’t be all CAPS?
Hey DROR!
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;
}
Best regards,
Yigit
Thanks.