How to turn off slide numbers for different slide levels #13228
Unanswered
pm-gusmano
asked this question in
Q&A
Replies: 1 comment
-
Adapt the code following Reveal.js documentation or use a CSS rule to hide the slide number on those slides. Note that the discussion you referenced is one of many. I suggest reading the other discussions/issues referenced in it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to automatically remove slide numbers for first-level slides. In other words, given the code
The slide number won't render on
# Check this out!
or# Foo
, while rendering on## Code
and## bar
. I'm familiar with the solution from this discussion, and while it works, I'd love it if this could be automated!Beta Was this translation helpful? Give feedback.
All reactions