Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #510268

    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

    #510284

    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

    #510290

    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

    #510293

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .iconbox_icon {
        font-size: 30px!important;
    }

    Cheers!
    Yigit

    #510304

    Brilliant Yigit, that worked a treat. Thanks again for the super quick response.

    #510305

    Hi!

    You are welcome John, glad we could help :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fonts flashing bold on Safari’ is closed to new replies.