I updated Kalium to v3.4 and noticed that some custom styles were broken. Making some research I've found the error is in inline style injected by theme:
html * { font-family: "Gilroy"; font-weight: normal; }
In my site font-weight: normal makes that <strong> labels, for instance, are ignored. Custom selectors show below are also ignored.
Thanks for reporting this problem. We resolved that problem and will release a quick fix for this problem in the next theme version.
Can you please check it?
P.S: If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser the cache.
Hi,
I updated Kalium to v3.4 and noticed that some custom styles were broken. Making some research I've found the error is in inline style injected by theme:
In my site font-weight: normal makes that <strong> labels, for instance, are ignored. Custom selectors show below are also ignored.
I selected aplying font Sitewide as seen below.
Hi,
Please provide your WordPress credentials, because I need to login to your site and test this.
To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.
Thanks!
Trying a solution I found that replacing:
by:
All works fine.
Hi ganix33,
Thanks for reporting this problem. We resolved that problem and will release a quick fix for this problem in the next theme version.
Can you please check it?
P.S: If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser the cache.
Thanks!