Hello everyone,
To prevent transitions on page load on some browsers (I have an image on fullscreen image with some text on my forum load...), i must use a css/javascript trick which needs the body, or the html, to have a class.
But I don't see any way to modify the <html>
or <body>
tag in freeflarum (only the header and footer before/after it are accessible).
Any idea of how I could do it?