Topic Resolution: Resolved
  • Closed
  • Rt Tx
    Spectator
    26.05.2016 at 17:12 #28018

    I’m in need of making a child theme for the Evolve Plus I bought recently, but, the child theme doesn’t show up in the admin.

    I have the following folder structure

    – themes
    — evolve-plus
    — evolve-plus-child
    — style.css

    style.css has the content below… Why doesn’t it show up?!

    /*
    Theme Name: Evolve Plus Child
    Template: evolve Plus
    */

    @import url(‘../evolve-plus/style.css’);

    /* =Theme customization starts here
    ————————————————————– */

    Thanks for your reply!

    Rt Tx
    Spectator
    Posts: 1
    26.05.2016 at 17:18 #28019

    Oke, got it. I had to change the CSS file to

    Template: evolve-plus

    (main template name).