VTRKS Child is a lightweight starter child theme designed for easy customization of your WordPress site with your own CSS and JavaScript.
Fully compatible with popular page builders like Beaver Builder and Elementor, it provides a clean foundation for building upon the VTRKS parent theme.
- Lightweight and Minimal: Includes only essential files to keep it simple and fast.
- Easy Customization: Add your own CSS and JavaScript without modifying the parent theme.
- Page Builder Compatibility: Works seamlessly with Beaver Builder and Elementor for drag-and-drop editing.
- Safe Updates: Keeps your customizations separate from the parent theme so you can update without losing changes.
Before using this child theme, ensure you have:
- The Beaver Builder Theme or Hello Elementor installed and activated.
- WordPress (latest stable version) installed on your site.
- A page builder plugin if you intend to use Beaver Builder or Elementor.
- Clone or download this repository.
- Upload the
vtrks-childfolder to your WordPress/wp-content/themes/directory. - In your WordPress admin dashboard, navigate to Appearance > Themes.
- Activate the VTRKS Child theme.
- Styles: Add your CSS or SCSS customizations to
style.css. - JavaScript: Add custom scripts in
js/custom.js(or create your own files and enqueue them). - Functions: Use
functions.phpto enqueue your styles/scripts and add custom PHP tweaks.
Since this is a starter child theme, development is straightforward:
- Make all your design and functionality changes inside the child theme to preserve updates to the parent theme.
- Use your preferred code editor and local WordPress environment.
- Leverage page builders for layout without touching the code if preferred.
This child theme uses npm scripts to compile SCSS and JavaScript assets.
- Install dependencies:
npm install- Compile assets once:
npm run build- Start the watch mode to auto-compile on file changes during development:
npm run build:watchIf you need help or want to report issues, please open a GitHub issue or email me at [email protected].
This child theme is released under the GPLv3 License.