NO BUG: First class on element does not get rendered

Browser: Chrome 110
OS: Windows
URL: https://mybeverageguide.com/product-info/super-second-test-product/
Video: Multiple CPT => Section => Hero (Template)

I regenerated all css classes. But somehow on this Element, if there are 2 classes applied, the first one does not get rendered in the Browser. If i inspect dem DOM its not even loaded. If i remove the first class, then the second class also does not get rendered.

Hi Timo,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue. Would you be so kind as to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase?

Best regards,
timmse

I send it out, hope its helpful =)

Hi Timo,
You had a semicolon in a place where it did not belong. With external files, this means that the subsequent styles cannot be generated correctly.

Basically, if a style is no longer displayed after a certain point, this is the cause in 9/10 cases.

How to find the issue?
You can easily find out where the problem is by changing the styles to inline styles, copying everything in the frontend within the various xxx inline styles and pasting it into a code editor such as VScode, which supports CSS linting. Errors will be displayed directly there.

Best regards,
timmse

Thanks a lot, and sorry for taking your time. Usually this mistake doesn not happen xD. But know I know it better and next time, i might help out other people =)