You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With slide_theme = 'slides2' I always get slide numbers like 2/15on the bottom right corner of every slide, except on title page.
I tried to set slide_numbers = False explicitly in conf.py without any effect. However it should default to False anyway, so it was expectable that there's more to it.
Is there a working way to turn it off? If there is no proper way, does someone know where I need to modify the source for this? At least roughly (maybe I can figure out then)?
I looked into the html and css source but cannot find the code responsible for the page number. It must be somewhere else.
The text was updated successfully, but these errors were encountered:
However, overriding this css entry in a custom.css seems to have no effect. This used to work for other aspects of the slides.
The entry stems from default.scss:
With
slide_theme = 'slides2'
I always get slide numbers like2/15
on the bottom right corner of every slide, except on title page.I tried to set
slide_numbers = False
explicitly inconf.py
without any effect. However it should default toFalse
anyway, so it was expectable that there's more to it.Is there a working way to turn it off? If there is no proper way, does someone know where I need to modify the source for this? At least roughly (maybe I can figure out then)?
I looked into the html and css source but cannot find the code responsible for the page number. It must be somewhere else.
The text was updated successfully, but these errors were encountered: