Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #725188

    Hey,

    I want to decide my self if a Special Heading shall have capital letters or lover case letters.
    Now it is Capital letters only – http://www.newyorkinspiration.com/row-nyc/

    What code shall I add?

    Thanks
    Charlotte

    #725630

    Hey Charlotte,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-special-heading-tag {
      text-transform:none !important;
    }

    Best regards,
    Rikard

    #725938

    Hi,

    The code works only in H1 tags.

    What do I add if I want the same for H2 H3 etc tags?

    Thanks
    Charlotte

    #726403

    Hi,

    You can add this instead to have it applied to all headers:

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

    Best regards,
    Rikard

    #726409

    Thanks :)

    #726540

    Hi Charlotte,

    You’re most welcome :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Capital letters Special heading’ is closed to new replies.