Building a site for a client, I need the H1 and H2 headings to be as typed, not uppercase.
—
Checked the forum and added following code to quick CSS
h1, h2, h3 {
text-transform: none !important;
}
—
When I alter the heading font in ‘General styling’ site reacts immediately and displays the correct font: but in uppercase…
The font in my smart slider with an H2 tag is displayed correctly, the Endolf headings are all uppercase
—
Altered the H1 and H2 element in the advanced settings, but without effect. Cleared cache, nor result. Switched off all options on css/java under performance, no result….
—
Am I overlooking something?
Hey Pierre,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
}
Best regards,
Yigit
Hi Yigit, added code to Quick CSS, cleared browser history but I see no change…..
Hi Pierre,
You have placed the CSS Yigit sent inside of a media query. Please close the query at the correct place, it should work as expected after that.
Best regards,
Rikard
Thank you. You made my day :-)