Hi :)
I would like to change the font of my Icon Boxes to regular (not bold) and to lower cases. How can I do that?
Thank you in advance!
Hi allaboutapps!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox .iconbox_content .iconbox_content_title {
text-transform: none;
font-weight: normal;
}
Best regards,
Yigit
Hi Yigit,
Works fine, thanks a lot :)
Best
Thomas