Hi guys
Can anyone provide me with a code to make the Icon List heading/title to lowercase. Thanks!
Hey hackoffseries!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-icon-list .iconlist_title {
text-transform: none !important;
}
Regards,
Yigit
Thanks Yigit! Works perfectly! Awesome work!