As you can see by the title i want to customize my sidebar by that i mean not have the back button but instead have the title of the game and some options to click this is what i mean.
You need to state which Story Format you are using when you ask a question, as answers can be different for each one.
Your attached image is an example of the default layout of a Twine 1 Sugarcane based story, if that is the layout you want then I suggest you have a look at the SugarCube story format that comes with Twine 2 as it is very similar.
To remove the navigation buttons in sugarcube copy and paste:
Config.history.controls = false;
into your Story JavaScript.
To customize your sidebar create a new passage named either "StoryBanner" or "StoryCaption". Anything you put in this passage will be displayed in your sidebar.
Also you should make sure your sugarcube is updated to the latest version. The regular twine download comes with a very outdated version of sugarcube pre-installed.
Comments
Your attached image is an example of the default layout of a Twine 1 Sugarcane based story, if that is the layout you want then I suggest you have a look at the SugarCube story format that comes with Twine 2 as it is very similar.
into your Story JavaScript.
To customize your sidebar create a new passage named either "StoryBanner" or "StoryCaption". Anything you put in this passage will be displayed in your sidebar.
Also you should make sure your sugarcube is updated to the latest version. The regular twine download comes with a very outdated version of sugarcube pre-installed.
http://www.motoslave.net/sugarcube/2/