World Editor Bar Toggle
For some the World Editor Bar throws carefully placed items about.
The following provides CSS to hide the World Editor Bar. Just paste this in your World Styling CSS and save.
/ * HIDE */ / * WORLD EDITOR BAR */ / * PASTE IN WORLD STYLING */ #world-editor-bar { display: none !important; }However when you clear the browser cache you have the return of the Edit Pencil and with the World Edit Bar hidden no way to toggle them. Create a single article and paste the following CSS in the article.This allows you to visit this article and toggle your pencil as often as you like.
/ * SHOW */ / * WORLD EDITOR BAR */ / * THIS ARTICLE ONLY */ #world-editor-bar { display: unset !important; }
Comments