Okay
  Public Ticket #1778283
H1 titles
Closed

Comments

  •  5
    Benoblog started the conversation

    Hi there,

    How can i correct the fact that the titles h1 are in uppercase? I wish to have only the first letter of the sentence in capital letters, for all the website.

    Thank you

  • [deleted] replied

    Hi Benoblog,

    Can you please add the code below to your Custom CSS area:

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

  •  5
    Benoblog replied

    Hi Ylli,

    It works, thank you !

    Best regards,

  • [deleted] replied

    Glad to hear that

    Will set this ticket as solved from here.