Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How to remove Rewind and Bookmark from Sugarcane sidebar?

I've been looking everywhere for an answer to this in the wiki, so far, no luck.

All I want to do is remove the Rewind and Bookmark from the sidebar. How can I do that? I'm working in Sugarcane.

THANKS!

Comments

  • Set "undo:off" in the StorySettings passage.

    If you want Restart removed as well as Rewind and Bookmark, or if you want the back button undo to remain available, try this CSS:
    #restart, #snapback, #bookmark { display: none; }
  • L wrote:

    Set "undo:off" in the StorySettings passage.

    If you want Restart removed as well as Rewind and Bookmark, or if you want the back button undo to remain available, try this CSS:
    #restart, #snapback, #bookmark { display: none; }


    That CSS did the trick. Thank you!
Sign In or Register to comment.