Noelle Documentation
  • Introduction
  • Getting Started
    • WordPress Information
    • Included Files
    • Theme License
    • Plugins Licenses
    • Theme Support
  • Installation
    • Step 1 - Download Theme
    • Step 2 - Install Noelle Theme
    • Step 3 - Install Plugins
    • Step 4 - Enable Portfolio Support
    • Step 5 - Import Demo
  • Theme Options
    • Noelle Options
    • General
    • Header contact
    • Footer Fields
    • Advanced Blog Settings
    • Shop
    • Page 404
    • Additional CSS
  • WPBakery Page Builder
    • WPBakery Page Builder Knowledge Base
    • Enable WPBakery Page Builder for Portfolio Items
  • Blog
    • Blog Posts
    • Blog Lists
  • Portfolio
    • Potfolio Items
    • Portfolio List
  • Menus
    • Menu Creation
  • Custom Shortcodes
    • Row
    • Text Block
    • Video Player
    • Single Image
    • Google Maps
    • Heading
    • Link
    • Portfolio
    • Blog
    • Homepage First Screen
    • Fixed Fading First Screen
    • Text Composition
    • Team
    • About Us
    • About Us (text)
    • How We Work
    • Client Box
    • Counter Up
    • Progress Element
    • What We Do
    • Recent Blog Posts
    • Rotating Text
    • Hover Text
    • Horizontall Scroll Images
    • Fixed Block
    • Portfolio Navigation
    • Image Composition
    • Gif Image
  • Widgets and Other Plagins
    • Widgets
    • WooCommerce
    • Contact Form 7
  • Customize Theme
    • Customize Theme With A Child Theme
    • Customize the theme with code snippets
  • Updates
    • Update Noelle Theme
    • Update installed plugins
    • Update History
Powered by GitBook
On this page

Was this helpful?

  1. Customize Theme

Customize Theme With A Child Theme

PreviousContact Form 7NextCustomize the theme with code snippets

Last updated 5 years ago

Was this helpful?

A WordPress child theme allows you to apply custom code changes to your site. Using a child theme ensures that all your customizations will not be overwritten even when you update the parent theme.

Noelle is fully child theme compatible. We have attached a basic child theme to the download package which contains the minimum of required files. If you are planing any code customizations we highly recommend to do this inside the child theme! Learn more about child themes .

SUPPORT POLICY ON CHILD THEMES - While child themes are a great way to add custom changes to Noelle, there are generally used to customize core code from the parent theme. Because of this, please be aware that customizations of this nature fall outside our scope of support and we will be unable to assist you with issues that may arise from it.

What Is A Child Theme?

A child theme is a theme that has all the functionality and styling of another theme called the parent theme, which in our case, is Noelle. Child themes are the recommended way of modifying the code of an existing theme because a child theme preserves all custom code changes and modifications even after a theme update. If you modify code directly from a parent theme, then update the parent theme, your changes will be lost. Always use a child theme if you are modifying core code.

Child themes can also be used for a number of things, such as custom CSS applications, template file modifications, and custom PHP functions and/or hooks. There are a couple of methods to modify a child theme. Child themes don’t guarantee that an update of custom code on the parent theme will not require further maintenance. This is especially true if you copy files from the parent theme to your child theme.

here