• Hi,

    Have added the child theme-folder “engrave-lite-child” in the themes folder with the two files “engrave-lite-child.css” and “functions.php”.

    The child css (without the @import-rule):

    /*
    Theme Name: Engrave Lite Child
    Theme URI: http://a-test.katako.se/engrave-lite-child/
    Description: Engrave Lite Child Theme
    Template: engrave-lite
    Version: 1.6.2
    Tags: CSS3, html5, responsive-layout, accessibility-ready
    Text Domain: engrave-lite-child
    */

    The functions.php (which begins directly with the “<?php-tag”):

    <?php

    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ ); }

    ?>

    I really would like to use the child theme and not the css field in the Appearence/Theme options/General Settings/Custom css. So how do I proceed in order to have the child theme overruling the mother theme?

    I have followed all steps advised in earlier conversations in this support forum.

    Would very much appreciate your prompt help.

    Best regards
    Cecilia

  • The topic ‘Child menu is not being activated’ is closed to new replies.