Hi there,
When I update newest version, I found the KeenIcons looks weird at Safari. Please use Safari to check this web page and take a look at header's dark mode menu. The center part of the item "Light" icon seems to be displaced.
Check this
https://drive.google.com/file/d/1TxR2eL6eE5p6vqEFCwkv6jvpzSrhpGfO/view?usp=sharing
thanks~~
Hi,
Thank you for your feedback.
It seems Safari has an issue rendering icons when the body's root font size is set to 13px.
You can fix this on your end by changing the body's root font size to 12px or 14px(it should be an even value) via $app-general-root-font-size-desktop
in the global SASS variables and recompiling your assets:
// General
$app-general-root-font-size-desktop: 13px;
$app-general-root-font-size-tablet: 12px;
$app-general-root-font-size-mobile: 12px;
Hi,
Please ignore this fix. We found a better solution and we will push a fixed version of Keenicons CSS by tomorrow and you can redownload it from Themeforest.
Regards.