• I have created a child theme for a parent theme called Mineral, as follows:
    themes/mineral-child/style.css

    The style.css file looks like this:

    /*
    Theme Name: Mineral Child
    Theme URI: https://pexetothemes.com/demos/mineral_wp/
    Description: Mineral Child Theme
    Author: Peter Gleeson | Above The Line Design
    Author URI: https://abovethelinedesign.com.au
    Template: mineral
    Version: 1.0
    */
    
    @import url("../mineral/style.css");
    
    body {
    	background-color: #fff;
    }

    The child theme activates okay but it displays without any styling. I tried making a child theme for Twenty Fourteen as well and got the same result – completely unstyled.

    You can see the site here:
    https://kristeenasaville.abovethelinedesign.com.au/

    Can anyone suggest where I’m going wrong?

    Thanks

    Peter

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Child theme not working’ is closed to new replies.