World Editor Bar Toggle in Creation | World Anvil

You are not logged in!
Login Link

Just a reminder you are not following this thread.

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

Please Login in order to comment!
Powered by World Anvil