• I made a child them but in style.css there is only the following.

    /*
    Theme Name: Aryan Cultural Society
    Description: New 2020
    Author: Naveen
    Template: twentyten

    (optional values you can add: Theme URI, Author URI, Version)
    */

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

    how come the rest is missing?

    thanks,

    Naveen

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s being imported from ../twentyten/style.css. Anything that you choose to put in your child theme style sheet will override the style from the parent theme.

    Thread Starter naveen73

    (@naveen73)

    but then how will I get the strcuture of the parent I wanted to have of 2010?

    You are importing the entire twentyten style sheet.

    @import url("../twentyten/style.css");

    It will look the same as twenty ten until you modify the css in the child theme.

    Some reference material; Child Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS not much’ is closed to new replies.