Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #321644

    How can I stop all text using “H” tags from appearing in all capital letters (e.g. H1 tag makes text appear like THIS instead of this).
    Thank you,
    Dan

    #321930

    Hey charlie1!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h1, h2, h3, h4, h5, h6 { text-transform: none!important; }

    Regards,
    Yigit

    #322001

    Perfect! Thank you very much.
    Dan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing All Caps from H Tags’ is closed to new replies.