Title: Evolve Child Theme
Last modified: August 24, 2016

---

# Evolve Child Theme

 *  [Pull](https://wordpress.org/support/users/pull/)
 * (@pull)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/evolve-child-theme-1/)
 * Hello!
 * **How to create evolve child theme**. It brakes when i do it the way described
   in [ Link ](https://codex.wordpress.org/Child_Themes). I need to modify header.
   php file. Also i would like be capable to change the theme css under Custom CSS
   in admin.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [unchesul](https://wordpress.org/support/users/unchesul/)
 * (@unchesul)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/evolve-child-theme-1/#post-5975318)
 * Maybe the easy way is to use a plugin like “[Child Theme Configurator](https://wordpress.org/plugins/child-theme-configurator/)”
 *  Thread Starter [Pull](https://wordpress.org/support/users/pull/)
 * (@pull)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/evolve-child-theme-1/#post-5975335)
 * It works unchesul thank you.
 *  [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * (@headmonkey)
 * [11 years ago](https://wordpress.org/support/topic/evolve-child-theme-1/#post-5975573)
 * Create a folder via ftp in your themes folder named – evolve_child. Insert the
   code below into Notepad in Windows and save it into the folder and name the file–
   style.css.
 * Now go to the WordPress Appearance/Themes section and select the new evolve child
   theme. That’s it!
 *     ```
       /*
       Theme Name: Evolve Child
       Theme URI: http://theme4press.com
       Description: Evolve Child Theme
       Author: Theme4Press
       Author URI: http://theme4press.com
       Template: evolve
       Version: 3.2.7
       */
   
       @import url('../evolve/style.css');
   
       /* =Theme customization starts here
       -------------------------------------------------------------- */
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Evolve Child Theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [header.php](https://wordpress.org/support/topic-tag/header-php/)

 * 3 replies
 * 3 participants
 * Last reply from: [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/evolve-child-theme-1/#post-5975573)
 * Status: not resolved