Hello Kriesi,
Is it possible to adjust the font style of the titles of the iconlist items?
By default the titles of the items ar capital letters. I would like to change it to normal.
Thanks in advance.
Wessel van Voorst
Hi Wessel!
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-icon-list .iconlist_title {
text-transform: none !important;
}
Cheers!
Rikard
Hello Rikard,
That worked indeed!
Thank you.
Wessel