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

    how can i disable the lines at the end of an H1 title?

    #518887

    And how can i apply lower case letters to the H1 and H2 titles?

    #519286

    Hi!

    Please add following code to Quick CSS

    .special-heading-border {
        display: none;
    }
    h1,h2,h3,h4,h5,h6 { text-transform: none !important; }

    Best regards,
    Yigit

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