Hi,

The text formatting does not work on pages.

For instance, a random text, there are supposed to be some bullet points:


Image001.jpg


Checking the code, there is a body:not([class*="static-page"])


Image002.jpg


The static-page class is missing in the body, so I added manually.


Image003.jpg



Now the bullets are displayed.



Image004.jpg

It still requires some tweaking, but the starting question is... How do I get the static-page class in the body?

And then... how to make the rest of the formatting to work properly? It is always getting overriden by other css rules.