Some classes are showing on the classlist of an element, but the class declaration itself is not exported in the front end… (so the effect is not visible in the front end).
The weird thing is that it’s properly working inside the Editor / Builder but not when I am visualizing the page in the front end as visitor.
I am not sure if it’s related but I also noticed that I have an empty class “.” that I cannot remove…
As for how did it appear here, I am not sure… either I mystype “.” + pressed “enter” in the class input… or it appeared after an import (I copy / pasted the header from another website). The header has some custom css like
it’s very likely connected to the empty class. I suppose if you copy-paste that content again, to some other installation, you can’t replicate the issue, right?
Because for us to fix this, we would need to know how to replicate the empty class. As for now, I don’t yet know how
If you can creat a staging website, then I can take a look. Can you send temporary login credentials to your test/staging website and a link to this topic to help@bricksbuilder.io using the email address you used during the purchase, so we can take a look?
Thanks @LauGau - this was driving me crazy too! All classes created after the empty “.” class appeared failed to export to the frontend completely. Styles set via the UI panel and the custom CSS field were both ignored. Classes created before the “.” appeared worked fine. Your fix sorted it instantly. Hopefully this extra detail helps others diagnose it faster.