CSS sandbox/testing environment

Avatar
  • updated
  • Answered
Hi there
We have explored what is possible using custom CSS in the design of our forum.
However I am weary of implementing and testing on the live environment . As far as I know, all changes made to design and layout are immediately made live with no way to preview changes before publishing or operating in some sort of sandbox or testing environment.

We looked at opening another free account to test in, but CSS is not enabled there.

Do you have any suggestions on how we can test our custom CSS before making it live?

Thanks

How would you rate the customer service you received?

Satisfaction mark by Grommit 9 years ago

Add a comment about quality of support you received (optional):

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
You can create private forum and test CSS on it, each forum has unique data-forum-id attribute in the body tag.

body[data-forum-id=123456] .your_css_path { }

Where 123456 equal to the corresponding forum ID

or you can create a new account/project custom CSS will be enabled during 15 days trial period.

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
You can create private forum and test CSS on it, each forum has unique data-forum-id attribute in the body tag.

body[data-forum-id=123456] .your_css_path { }

Where 123456 equal to the corresponding forum ID

or you can create a new account/project custom CSS will be enabled during 15 days trial period.