How to Install and Activate Artisan Creatif Theme Files
=======================================================

1. If you have not done so already, upload BOTH the artisancreatif and artisancreatif-child folders to your themes directory using an FTP client. Do not put one inside of the the other. They must exist on their own within the themes directory.

2. Log into your WordPress account and navigate to Appearance > Themes. You should see Artisan Creatif and Artisan Creatif Child Theme.

3. Activate the parent theme if you do not intend on customizing Artisan Creatif beyond the available theme options.

4. Activate the child theme if you intend on customizing Artisan Creatif beyond the available theme options. The child theme will inherit all of the templates and styles from the parent theme. You can now begin to customize Artisan Creatif. Upon future releases of the parent theme, you will only need to install the core update.


Important Notes about Child Theming for WordPress
=================================================

What we have included is a very basic, starter child theme for those who want to customize the theme without touching the core files. You can now write your styles below the declaration:

@import ....

Do not edit anything above this line unless you know what you are doing. If you are looking to perform customizations beyond CSS, this is also possible with child theming. We strongly recommend consulting a professional if you are not comfortable with child theming.

If you want to start with a blank CSS file, i.e. not inherit any of the styles from the parent theme, delete the @import line and choose "None" in the Alternate Stylesheet option. You are now free to write your own styles.

Please refer to the User Guide for detailed information about child theming for Artisan Creatif.