-
Hi, I am building a revealjs presentation and have added a background image for my title slide:
Now I would like to remove the page number and the logo from my title slide but keep both on all other slides. Any suggestions how to achieve that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I think that would indeed be interesting to add an option for this - I can see why a cleaner title slide would be desired. I have managed to done it using RevealJS hooks on events, adding this script at the end of the body. Not straightforward and could probably be simpler but this is a workaround. Pure JS could also be used probably.
For slideNumber, a custom CSS could also work
For slideNumber, having a way to use JS to customize the slideNumber could be another option (#530) Anyway, just wanted to share this as reference for workarounds and thinking on what could be done to make it an option. |
Beta Was this translation helpful? Give feedback.
-
FYI:
|
Beta Was this translation helpful? Give feedback.
I think that would indeed be interesting to add an option for this - I can see why a cleaner title slide would be desired.
I have managed to done it using RevealJS hooks on events, adding this script at the end of the body. Not straightforward and could probably be simpler but this is a workaround. Pure JS could also be used probably.