Hi can you please give me a code to add to custom CSS that will change my H1 headings to italic.
Thank you.
Hey LexieIsabelle!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element which contains H1 and give it a custom CSS class then add following code to Quick CSS
.your-custom-class h1 { font-style: italic !important; }
If you would like to apply it globally, please skip custom CSS class part and remove “.your-custom-class” from the code above.
Regards,
Yigit