Tertiary color being overridden in Published Pages

Our forums aren’t “live” yet but I wanted to share a single post so I used the publish feature. However, when published, the links were black and undecorated so you couldn’t tell what was a link. I dug and dug but couldn’t find what was overriding the color. I also disabled all plugins and got the same result. Our light and dark themes are updated and I’ve updated everything that can be updated.

This is what I have as a temporary fix. Using var didn’t work so I had to hard code the color.

.published-page-content-body a {
    color: #0088cc;
}
3 Likes

Thanks for bringing this to our attention :raised_hands:

This has to do with CSS var()s not being properly imported for use in the published page. A fix will be in place shortly.

4 Likes

Is it fixed already?

1 Like

Yes there is a fix. Sorry for the lack of an update!

3 Likes

This topic was automatically closed after 7 days. New replies are no longer allowed.