Forum

Disable the menu?

19 August 2017 21:12
Hi, can the Pro version disable menu at the bottom right? Thanks
19 August 2017 22:50
It depends of the project manager option you choose. If you go the html file you could edit it. It's only web stuff on top of the canvas.
19 August 2017 23:20
I see, thank you.
20 August 2017 05:01
Sometimes if I don't want that button to show, I open the HTML file in a code editor and do a search for opened_button.
opened_button{transform:scale(0,0);-webkit-transform:scale(0,0);opacity:1;

Then set the opacity to 0.
It is still there and you can click on it, but it is invisible.
26 August 2017 13:47
Thanks, I put visibility to hidden.
 
Please register or log in to leave a reply.