Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
hi support Team,
how can i disable meta, link and style tags in the head section of the theme, when i don't need them?
we use the font Verdana. So we don't need the stylesheet links "default-font-css" (Google-Fonts), "typolab-cbdxxxxx", "typo lab-font-variants".
at the moment i just have the choice to overwrite them in my Child-Theme-css only with the !important instruction in the body Tag.
Thanks for your help.
Ute Bender
Hi there,
To disable the default font, just add this code in functions.php of your child theme:
This should work for you. If you ever decide to use custom font via Typolab just remove the above code from functions.php and you will be able to use it.