• I’m working with a theme called The Moon. In the main styles.css file, I have the following code to call in the various other style sheets.

    @import url(assets/css/normalize.css);
    @import url(assets/css/icomoon.css);
    @import url(assets/css/responsive.css);
    @import url(assets/css/theme-styles.css);
    @import url(assets/css/woocomerce.css);

    My problem is that the correct child theme-styles.css file is being used whilst the original responsive.css file is being used.

    In fact using the developer tool, I can see the element style from both files (the original above the child).

    File roots are all checked and correct.

    Any ideas please?

  • The topic ‘Child theme and stylesheet frustrations!’ is closed to new replies.