Enrollment Lite WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Enrollment Lite Parent WordPress Theme by #codevibrant visit the Demo page & Info page.

enrollment-lite-child/style.css

/*
Theme Name: Enrollment Lite Child
Template: enrollment-lite
*/

enrollment-lite-child/functions.php

<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
      wp_enqueue_style('parent-stylesheet', './enrollment-lite/style.css');
      wp_enqueue_style('child-stylesheet', './enrollment-lite-child/style.css');
      wp_enqueue_script('child-scripts', './enrollment-lite-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>

enrollment-lite-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="enrollment-lite child theme screenshot">

enrollment-lite-child/js/scripts.js

 

Build information

  Ben // enrollment-lite-child // ID: #23204Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
9AC2EC82732A312078A608CFE0050E5F 4KB

Folder Structure

Parent *enrollment-lite/
Child **enrollment-lite-child/
* Required theme for this child theme to work
** This child theme (download)