Hi, in Safari all text seems to flash to a bold version. It seems to go through normal weight, slightly bolder, bold and then back to normal and then the cycle repeats.
Also, how can I change the size of an icon on an Icon Box. I’ve tried everything I can think of with no luck.
My site is installed locally so I can’t easily let you see it I’m afraid.
Thanks,
John
Hey johnmac1967!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-safari .flex_column {
-webkit-transform: translateZ(0)!important;
}
Best regards,
Yigit
Thanks Yigit for the extremely fast response, that worked great!
Can you please tell me how to change the size of the icons on the Icon Box?
Thanks again,
John
Hey!
Please add following code to Quick CSS as well and adjust as needed
.iconbox_icon {
font-size: 30px!important;
}
Cheers!
Yigit
Brilliant Yigit, that worked a treat. Thanks again for the super quick response.