Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to hide RISE buttons in presentation mode #86

Closed
juliohm opened this issue Mar 24, 2015 · 8 comments
Closed

Option to hide RISE buttons in presentation mode #86

juliohm opened this issue Mar 24, 2015 · 8 comments

Comments

@juliohm
Copy link

juliohm commented Mar 24, 2015

How can I hide those (X) and (?) buttons in presentation mode?

@nehalecky
Copy link

Along with @juliohm, I also am dying to know. Thanks!

@damianavila
Copy link
Owner

Modifying this https://github.com/damianavila/RISE/blob/master/livereveal/main.css file to hide the buttons... something along this lines

#exit_b, 
#help_b {
  display: none;
}

should work.

@juliohm
Copy link
Author

juliohm commented Mar 26, 2015 via email

@damianavila
Copy link
Owner

I guess we can probably add a config option for that...

@juliohm
Copy link
Author

juliohm commented Mar 27, 2015 via email

@damianavila
Copy link
Owner

Now in master you have the , (comma) key to toggle on/off the buttons. Closing as solved.

@stoffprof
Copy link

Would it make sense to have the comma also toggle the notes/chalkboard icons in chalkboard mode?

@damianavila
Copy link
Owner

Would it make sense to have the comma also toggle the notes/chalkboard icons in chalkboard mode?

It makes sense, can you open a new issue for that @stoffprof? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants