• Resolved melinner

    (@melinner)


    Hello,

    I’m having basically the same problem creating my First Child Theme, except I am using the Twentyten theme as the parent.

    I created the child directory in the wp-content/themes folder, added the style.css to it:

    /*
    Theme Name: TwentyTen Child
    Description: Colorfully, creative webpages
    Author:
    Version: 1.0
    Template: twentyten
    */

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

    #site-title a {
    color: #009900;
    }

    And nothing happens. I have cleared my browsers cache, reloaded and tried using another browser. And reread the http://codex.wordpress.org/Child_Themes.

    Am I missing something?

    Much thanks for any help you can give.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with a First Child Theme any suggestions?’ is closed to new replies.