Editing child themes
-
I’m another newbie.
I have created a child theme for twentyeleven
I understand where to put the code I want to alter, but I don’t know to find the existing code to alter and place there.I saw this example of how to change site title color in the child theme:
#site-title a {
color: #009900;
}
Instead of site title color, I want to explore alternate fonts and line weights in the text of my posts. Where do I find the style.css that exists in the parent?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Editing child themes’ is closed to new replies.