Download Hello Elementor Child Theme

Since you already have the Hello Elementor theme installed, you’re halfway there. Uploading the child theme is a straightforward process, similar to how you installed the original theme.

After downloading the child theme linked at the bottom of this page, here is the step-by-step guide to getting that ZIP file live.


Step 1: Access the Themes Menu

  1. Log in to your WordPress Dashboard.

  2. In the left-hand sidebar, navigate to Appearance > Themes.

  3. You should see your current Hello Elementor theme listed there. Click the Add New Theme button at the top of the page.

WordPress theme management screen with installed "Hello" theme preview, featuring a desert plant image. Prominent "Upload Theme" and navigation menu visible.

Step 2: Upload the ZIP File

  1. On the “Add Themes” page, click the Upload Theme button at the very top.

  2. A file upload box will appear. Click Choose File and select your hello-elementor-child.zip file from your computer.

  3. Click Install Now.

Step 3: Activate the Child Theme

  1. Once the installation is complete, WordPress will show a “Theme installed successfully” message.

  2. Click the blue Activate link.

  3. You will be redirected back to the Themes page. You should now see Hello Elementor Child labeled as the Active theme.

Website template with "Hello Elementor Child Theme" text, featuring Metropol Parasol at night in Seville. Includes placeholder text and "Launch Project" button.

1. Adding Custom PHP Snippets

Elementor is powerful, but sometimes you need functionality that a widget just can’t provide. Instead of cluttering your functions.php file in the main theme (where it will be deleted during an update), you put it in the child theme.

2. Deep CSS Customization

Use the child theme’s style.css file to manage global sitewide styles, complex animations, or media queries that are easier to maintain in a dedicated stylesheet.

3. Enqueuing Custom Scripts

If your project requires external libraries (like a specific JavaScript library for a fancy cursor or a 3D effect), the child theme is the safest place to “enqueue” (load) those scripts.

  • Using wp_enqueue_script in the child theme’s functions.php to ensure your JS loads correctly and only where needed.

4. Advanced WooCommerce Tweaks

WooCommerce is a beast. If you want to move the “Add to Cart” button or add custom fields to the checkout page that Elementor’s WooCommerce builder doesn’t quite reach, you’ll likely need hook-based customisations.

  • Adding custom hooks to manipulate the product data display or the checkout flow.

We use cookies to enhance your experience on our website. Please accept or decline our use of cookies.