Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1284714

    Avia Layout builder: Using the special heading content element when I select H1 or H2 the text goes to capitals. How do I change it to display lower case with capital just to the first letters?

    #1284717

    Hey,

    Thanks for contacting us!

    That actually should not be the case unless you are using an older version of Enfold but please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
        text-transform: none;
    }
    

    :)
    Cheers!
    Yigit

    #1284740

    Hi

    Thanks that worked. I also solved my text box as well using header tags. I tried this in the text box below my special heading box
    div.a {
    text-transform: lowercase;
    txt-transform: capitalize;
    }

    it worked in the preview but not the published page. this has solved quite a few problems!
    I only borough this theme a few days ago but will check i have the latest version

    Thanks

    Joe

    #1284768

    Hi Joe,

    Glad you figured it out and thanks for sharing your solution!

    I am marking this thread as resolved. If you have any other questions or issues, please do not hesitate to start new ones :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘special header content element using H1, H2’ is closed to new replies.