title: "Theming" | |
groupTitle: "Introduction" | |
sort: 3 | |
You can customize the look and feel of the driver by applying CSS to following classes. | |
```css | |
/* Applied to the `body` when the driver: */ | |
.driver-active {} /* is active */ | |
.driver-fade {} /* is animated */ | |
.driver-simple {} /* is not animated */ | |
``` | |
Following classes are applied to the overlay element (i.e. called stage. | |
```css | |
.driver-stage {} |