LaunchPad Starter Child Theme
Use this starter child theme to kickstart your customization of LifterLMS and the LaunchPad theme.
This child theme comes ready for you so you can:
- Add custom frontend and admin panel CSS
- Add custom Javascript
- Add custom PHP code
- Override LaunchPad template files
- Override LifterLMS core plugin template files
To install this child theme:
- Install LifterLMS LaunchPad
- Download the child theme
- Navigate to your WordPress Admin Panel
- Click “Appearance -> Themes”
- Click the “Add New” button on the top of the screen
- Click “Upload Theme” and then “Choose File”
- Locate the .zip file of LifterLMS LaunchPad Child Theme and click “Install Now”
- Click “Activate” on the next screen
This child theme loads the following CSS & JS files automatically:
- Frontend CSS:Â
assets/public/css/style.css
- Admin CSS:
assets/admin/css/style.css
- Frontend JS (when WP_DEBUG is enabled):
js/wp-launchpad.js
- Frontend JS (when WP_DEBUG is disabled):
js/wp-launchpad.min.js
Note: the styles.css
 file in the root theme directory is never loaded!
LaunchPad stores template parts as “views” which are located in LaunchPad in the resources/views
 directory. The child theme will override any view found in resources/views
.
You can override any LifterLMS core template file by adding your customized version of the template to the lifterlms
 directory.
For more information, see template overrides.