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

    Hi,

    How can I change H1 and H2 in size and higher/lower case?

    Is it possible to change it in the Quick CSS?

    Regards, Peter

    #243855

    Hi nowhere!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none; }
    h2 { font-size: 24px; }
    h1 { font-size: 28px; }

    Regards,
    Yigit

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