Celestial – Lite WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Celestial – Lite Parent WordPress Theme by #dgthemes visit the Demo page & Info page.

celestial-lite-child/style.css

/*
Theme Name: Celestial – Lite Child
Template: celestial-lite
*/

celestial-lite-child/functions.php

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

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

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

celestial-lite-child/js/scripts.js

 

Build information

  Ben // celestial-lite-child // ID: #23289Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
B8BB48A476D9F0BC8868F4338B3D397D 4KB

Folder Structure

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