naveen73
Member
Posted 4 months ago #
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
ClaytonJames
Member
Posted 4 months ago #
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.
naveen73
Member
Posted 4 months ago #
but then how will I get the strcuture of the parent I wanted to have of 2010?
ClaytonJames
Member
Posted 4 months ago #
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