• Resolved emmasonic23

    (@emmasonic23)


    please what will i change in the css style sheet below for this theme(Progeny MMXIV) childtheme to be ready for use.am a beginner:

    /*
    Theme Name: Twenty Fourteen Child
    Theme URI: https://example.com/twenty-fourteen-child/
    Description: Twenty Fourteen Child Theme
    Author: John Doe
    Author URI: https://example.com
    Template: twentyfourteen
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: twenty-fourteen-child
    */

    @import url(“../twentyfourteen/style.css”);

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this:

    /*
     Theme Name:     progeny-mmxiv-child
     Template:       progeny-mmxiv
     Version:        1.0.0
    */
    
    @import url("../progeny-mmxiv/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    Thread Starter emmasonic23

    (@emmasonic23)

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do i create a child theme for this theme’ is closed to new replies.