Child Theme for Brunelleschi
-
I’ve finally decided to take a stab at creating a child theme. Right now I am trying to change the font of the .site-title but nothing seems to be working. In my child theme I have the following:
.site-title { font-family: Impact; }
I was able to change the background-color of <header> to red. That was the first thing I tried just to see if I was on the right path, but none of the styling that I have tried applying to .site-title is taking effect. I was, however, able to change the background-color of the title with the following code:
#branding { background-color: red; }
When I tried to change the font by targeting #branding, however, I was unable to do so. Seems none of my attempts to change the font are working.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Child Theme for Brunelleschi’ is closed to new replies.