Can't change h1 color or font size in child theme
-
Been working on a child theme for Twenty Twelve and I’m having trouble changing the font size and color of h1 headings. I’m working on the site locally so I can’t give you a link to the problem but here’s the code I have in my style.css:
h1 { font-family: Georgia; font-size: 24px; font-color: #2B62AA; }
The font changes no problem but the size stays the same and so does the color. Do I need to add code elsewhere in addition to css?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can't change h1 color or font size in child theme’ is closed to new replies.