Child Theme Background Not Overriding Parent Theme?
-
I hope somebody can help!
I have installed the TwentyTwelve child theme on my dev. website to begin redeveloping it & it’s working: https://dev.dreamasreality.com
I have made a few changes already, but for some reason, when trying to change the background via the stylesheet (to make it transparent) – the inherited style is not being overridden.
It’s staying with the default:
body.custom-background {
background-color: #e6e6e6;
}Even when I have written into the stylesheet:
body.custom-background {
background-color: transparent;
}Does anybody have a clue as to why it isn’t becoming transparent?
Note: when I ‘inspect element’ and manually edit the code there – it works, just not ‘for real’ when I update the style.css.
- The topic ‘Child Theme Background Not Overriding Parent Theme?’ is closed to new replies.