Child Theme

The theme's main download folder includes a child theme. This child theme allows you to customize your website without directly modifying the parent theme. By using a child theme, your custom code changes will be preserved even if you update the parent theme.

To activate your theme, follow the same steps as you would dor for our theme here

Editing a Child Theme

Once your child theme is activated, you can customize its appearance and functionality by adding or modifying files within the child theme's folder. Common files to edit include:

- style.css: For styling changes such as colors, fonts, and layouts.
- functions.php: For adding custom functions and hooks.

Remember:

When editing your child theme, avoid directly modifying any files in the parent theme. Doing so could lead to conflicts and overwrite your customizations when the parent theme is updated.