Hello,
I need to disable ALL uppercases (heading, widgets, notifications etc).
Which css should i edit, or is there any easier way?
Thanks !
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
body { text-transform:lowercase!important; }
Regards,
Yigit
I did it “none” because I’d like the first letter to be upper, but the icon’t list header is still uppercase.
Thanks !
Hi,
If that is the case you can use
body { text-transform: capitalize!important; }
it will capitalize first characters
Regards,
Yigit
What about the uppercase in the “icon’s list” header?
They are stiil caps
Check out
1. http://www.hosthouse.eu/pages/about-us/ (header)
2. http://www.hosthouse.eu/pages/services/ (icons list)
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .avia-icon-list .iconlist_title { text-transform: capitalize!important; }
Regards,
Yigit
Now it works !! (text-transform: none)