Child Theme CSS being Overridden by Parent?
-
I am attempting to change fonts, but my css is being overridden by the parent style.css when using Firefox (Mac & PC) or IE.
Here is a testing URL: http://greatlakesbatteriesllc.com/sitecore/
Here is a bit of code from my child theme’s css:
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:400,600,700,500|Montserrat+Alternates:400,700); body{ background:url(images/pageBG.jpg) repeat-x; color:#fff; font-family: "Cabin Condensed" sans-serif; } body.custom-font-enabled { font-family: "Cabin Condensed" sans-serif; }When I look at the child theme css in firebug, the font-family isn’t even there. It is in the file if I load it individually (http://greatlakesbatteriesllc.com/sitecore/wp-content/themes/greatLakes/style.css)
The site seems to work correctly in Chrome and Safari.
There are also other bits of css that are not being applied or recognized. I’m stumped.
Any thoughts or suggestions?
The topic ‘Child Theme CSS being Overridden by Parent?’ is closed to new replies.
