• Hello!

    How to create evolve child theme. It brakes when i do it the way described in Link . 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)
  • Maybe the easy way is to use a plugin like “Child Theme Configurator

    Thread Starter Pull

    (@pull)

    It works unchesul thank you.

    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: https://theme4press.com
    Description: Evolve Child Theme
    Author: Theme4Press
    Author URI: https://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.