This Codex was started by
Ademal and has grown to a rotating cast of contributors and editors.
If you see something incorrect, or have any questions, please comment on the related article and we'll respond posthaste!
If there's an article you would like to see written, say so
here.
Is there a way to remove the "discussion boards" button from your world's homepage without removing the follower count as well?
Hi! Sure, add the following to your world CSS: .user-css .discussion-boards-world-link {
display: none;
} To access your CSS: go to the styling settings, select the "CSS" tab and paste the above (all three lines) in the Presentation CSS field. Let me know if you need more helps!
thanks a ton!