-
Notifications
You must be signed in to change notification settings - Fork 33
Themes
Archetyped edited this page Sep 18, 2021
·
2 revisions
Themes allow you to fully customize the appearance and behavior of the lightbox.
- Anyone can create a custom theme with some HTML, CSS, and a dash of JavaScript.
- Child themes can also be created that allow you to use another theme as a starting point for your customizations.
- Template Tags allow you to customize what data is displayed in the lightbox (titles, descriptions, etc.)
- Starter Theme - for use with theme building tutorials below.
- Anatomy of a Theme - An overview of themes in SLB
- Customizing Theme Layouts - A guide on theme layouts and the template tags you can use to customize the lightbox's content
- Customizing Theme Styles - Use CSS to customize the lightbox's appearance.