Slide count style configuration
Closed this issue · 2 comments
julien-truffaut commented
Hi,
Is there a way to configure the location and style of the slide count? e.g. how to make it bigger, move higher, use a different colour, etc...
Thank you!
utdrmac commented
The counter is a div of class remark-slide-number. Use CSS to move it around, change font/size.
julien-truffaut commented
Thanks @utdrmac