Topic Resolution: Resolved
  • Closed
  • Terry Mason
    Spectator
    September 16, 2016 at 1:14 am #30275

    I’m attempting to setup a child theme for evolve plus. I have a style.css with only this in it:

    {/*
    Theme Name: Evolve Plus Child
    Theme URI:
    Template: evolve
    Author:
    Description: Evolve baby
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    */

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

    /* =Theme customization starts here
    -------------------------------------------------------------- */

    I’m not using any custom css or code, this is from scratch.

    When using the child theme, the main menu looks like this (on my desktop at > 1100px width

    The evolve plus parent theme looks fine:

    Any idea what’s wrong?

    Denzel Chia
    Moderator
    Posts: 2672
    September 16, 2016 at 7:51 am #30280

    Hi,

    Remove the curly bracket before the slash and asterix on your header.
    The Template is evolve-plus not evolve.

    After you have activated your child theme, you need to re-assign your menu.
    Please go to Appearance -> Menus to re-assign your menu to it’s location.

    Thank you

    Terry Mason
    Spectator
    Posts: 17
    September 18, 2016 at 3:47 pm #30289

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2672
    September 19, 2016 at 9:10 am #30300

    You are welcome.
    Thank you