Getting Started

Child Theme

All our theme packages include a child theme. A WordPress child theme allows you to apply custom code changes to your site. Using a child theme ensures your customizations will not be overwritten, even if you update the parent theme.

For most cases, you won’t need a child theme if you just want to add a couple of lines of CSS for a style adjustment. You can add custom CSS styles directly in the Customizer “Additional CSS” tab (since WordPress 4.7.2). But if you need more advanced customizations, like more CSS rules to overwrite the styles of the theme or even add your own PHP functions, it is strongly recommended to use a child theme.

How to set up your own Child Theme

Although child themes can be a great way to add custom changes to your theme, they are most often used to customize core code taken 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 any issues that may arise. To use the child theme, find the “themename-child” folder in your theme package and upload it to your wp-content/themes folder through FTP. As it is mainly made to be edited, we didn’t include it as a zip file, so you will have to install it manually. Once installed and activated, it will automatically inherit all parent theme features, functions, and styles.

Additional Ressources