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?
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
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