Hi,
How can I change H1 and H2 in size and higher/lower case?
Is it possible to change it in the Quick CSS?
Regards, Peter
Hi nowhere!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none; }
h2 { font-size: 24px; }
h1 { font-size: 28px; }
Regards,
Yigit