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

    When we use H1 titels it is always shown in CAPITALS.
    We would prefer that it’s shown in the way we typ it. e.g.:
    Pagetitel in stead of PAGETITEL.

    We change this in each seperate titel by using:
    <h1><span style=”text-transform: initial;”>Example</span></h1>

    We would prefer that this is always and everywhere when we use H1.
    Can we change this in the source / CSS code?

    Looking forward to your reply.
    Jelle

    #332277

    Hey jdrijver!

    Thank you for using our theme.

    In custom.css or Enfold->styles->QuickCSS field put the following:

    
    h1 {
    text-transform: none !important;
    }
    

    Alternativ you can try to modify the h1 in Enfold->AdvancedStyling

    Regards,
    Günter

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