Hello guys,
How can I remove the option uppercase in title iconbox?
Is there a quick css in enfold theme settings?
Kind regards.
Michel
Hey Michel!
There is a fix, add this code to the Quick CSS:
.iconbox_content_title {
text-transform: none !important;
}
Best regards,
Josue
Thanks a lot!
Michel