Hello,
Is there a way you can customize the slide number e.g the size?????
-Rasmus
In the CSS file for display it can be customized by adding e.g:
.slide-number, .slide-number a{
text-decoration: none;
background-color: transparent !important;
font-size:50px !important;
}
The file is located in ....\OpenLP\core\display\html\display.css
Comments
In the CSS file for display it can be customized by adding e.g:
.slide-number, .slide-number a{
text-decoration: none;
background-color: transparent !important;
font-size:50px !important;
}
The file is located in ....\OpenLP\core\display\html\display.css