Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658574

    Hi can you please give me a code to add to custom CSS that will change my H1 headings to italic.
    Thank you.

    #658575

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.