Okay
  Public Ticket #2846874
Custom styles broken in 3.4
Closed

Comments

  •  3
    ganix33 started the conversation

    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:

    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.

    I selected aplying font Sitewide as seen below.

    8367980705.png

  • [deleted] replied

    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!

  •  3
    ganix33 replied

    Trying a solution I found that replacing:

    html * {
        font-family: "Gilroy";
        font-weight: normal;
    }

    by:

    body {
        font-family: "Gilroy";
        font-weight: normal;
    }

    All works fine.

  •   ganix33 replied privately
  • [deleted] replied

    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!