Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #863870

    Hi,

    I tried to customize H2. But unfortunately nothing happens. It´s always in uppercase, but I need upper- and lowercase.

    Cold you please have a look?

    Thanks!

    #864142

    Hey seykom,

    Is it just the H2 or H3? Please add the following to quick css:

    #top #wrap_all .all_colors h2{
    text-transform:normal!important;
    }

    Best regards,
    Jordan Shannon

    #864715

    Hi,

    it´s only H2. I tried with your code – but there´s no change…

    #864719

    you can do it too in Enfold options : there is a tab called “Advanced Styling” – there you can choose your h2 and click “edit element”
    now you have the oportunity to set all parameters of the h2 including text-transform

    #864721

    That´s what I did first. Did I put in false parameters?

    #864740

    is there a link to your site?

    #864774

    Hi,

    It should work setting it in the theme options, if it doesn’t then please try this CSS:

    h2 {
      text-transform:none !important;
    }

    Best regards,
    Rikard

    #864784

    Perfect, thank you!

    #864988

    Hi,

    I’m glad you were able to get this corrected, if you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Customize headings’ is closed to new replies.