Hello,
I’m having an issue with one page on my staging site, which looks fine in the builder, but doesn’t assign styles to the classes on the frontend, even though the classes appear to be added in the inspector. Also the another strange thing is, it breaks the footer styling as well, which is fine on other pages.
I have no caching enabled, I have regenerated the CSS files a couple times, tried changing the method of loading to Inline styles, but it breaks it even more for some reason.
This is the backend (the example is the color of H3), no styling is applied to the ID at all:
You can check the frontend on the link - as new forum user I’m unable to add another screen - the class is applied, but the styling of the class is missing:
Hi,
Thanks so much for your report, and welcome to the forum!
This type of problem is usually caused by invalid styles, which destroy the subsequent styles. In the builder, the styles are output inline and simply skipped, which is why the problem is not visible there.
OMG, thank you. I had no idea this one line could break all that’s underneath it and haven’t noticed that.
At least for the next time I will assume it’s my mistake first rather than an issue with the builder.
I guess those are the psychological remntants coming from Elementor.