Can't get child theme to use parent theme style
-
Just started on WordPress and am now on using child themes to customise a parent theme. I’ve followed the coding rules and used the code below, but while using the last seven lines of code does what it’s supposed to do – wipe out the parent style; when I go back and add the first line of code – @import url (‘../twentyten/style.css’); – to get the child theme to use the parent theme style, nothing happens, there is no import of parent theme style. Any ideas? All folders have been correctly added in the right places. I’m on a Mac and I’m using Komodo as my text editor.
Thanks in advance.
@import url (‘../twentyten/style.css’);
/*
Theme Name: Child of TwentyTen
Theme URI: http//www.?.com
Description: This is my first child theme
Author: john kimon
Template: twentyten
/*
- The topic ‘Can't get child theme to use parent theme style’ is closed to new replies.