I've added slide numbers to my reveal js presentation with
Reveal.configure({ slideNumber: true });
Reveal.configure({ slideNumber: 'c/t' });
But the slide numbers are very small. I'm not familiar with javascript. Can someone please tell me how to make them bigger?
adding
.reveal .slide-number {
font-size: 24pt;
color: #ffffff; }
To the css did the trick
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With