I want to change the text style on the icon list title. Currently it seems to be using H4 heading and the title is in all caps, how can I change the style so that it is NOT all caps?
Hey devynspirit!
use this code in Quick CSS field:
h4.iconlist_title {
text-transform: none !important;
}
Best regards,
Andy