Element not outputting class

I have two Custom Global CSS classes I use throughout the site to add a border to text. This was previously working flawlessly.

It is visible within the builder, now it seems to output on the first headline element on the page, but not the other headlines.

Hello @nward85,

Thanks for writing in!

We cannot log in because the given WP access is not working for us. Please double-check it.

Meanwhile, it seems that you have inserted a broken CSS. When I inspected the page, I am seeing this:

 .e39-e1 {
                min-height: calc(100vh - 120px);
                .e39-e9 {
                    -webkit-text-stroke: 1.15px rgb(23,23,23);
                }

                .x-site {
                    background: transparent!important;
                }

                .header-stroke-white {
                    -webkit-text-stroke: 1px #ffffff;
                }

                .header-stroke-black {
                    -webkit-text-stroke: 1px #000000;
                }

The custom CSS should be closed properly.

Best Regards.

Hi, please try to log in again. I am not sure what you are inspecting, but I have stared at my custom CSS and everything is closed properly. You can find it in the Global CSS.

Nevermind. I found it. I am not sure how that CSS got modified. I switched to the HTML storage, and wonder if something got mixed up during that, since that CSS is embedded on every single page. It modified every single page also.

Hey @nward85,

It is good to know that your issue has been resolved. Thanks for letting us know.

Cheers.