NO BUG: Colors disappeared after upgrade to 1.11

I made a clone of the site before the upgrade, and on that clone I performed the upgrade from version 1.9.9 to 1.11.
After everything, the site stopped displaying colors correctly.
An excerpt from the home page, it was like this:

It is like this:

In normal page display mode, the CSS color definitions disappeared:

image

In the above example the variable is named *-KTIMKH, and when editing in Bricks it is still there and has the correct value, and the color displays correctly as well:

And example of custom CSS with color that disappear:

image

What should I do to make the page work?

Hey @jaclas,

I remember being consulted by a customer with a similar issue in the past. In this case there was some invalid custom CSS applied to an element which resulted in the color variables not being output correctly after the update. Maybe it’s the same issue on your end?! Can you share a link to the problematic site?

Best,

André

1 Like

The problem was solved with the help of @aslotta, thx!
The cause was errors in the global custom CSS, which contained incorrect syntax and probably the parser was interrupting the processing of the CSS, resulting in it not going completely into the resulting code of the page.
The bug fix fixed the problem and Bricks was able to generate correct and complete CSS.