Child CSS not overriding parent
-
Hello. I am very new to WP and have hit quite a road block in regard to editing CSS in my child site. What I am trying to do is simply make the background of the navigation bar clear and the .menu { is not overriding the parent stylesheet in this case.
The site is https://69.195.124.139/~newtonbr/
The CSS in my child stylesheet is:
.menu {
background-color: #FFFFFFF;
background-image: none;
clear: both;
margin: 0 auto;
}But in Firebug, it still states that the CSS is:
.menu {
background-color: #585858;
background-image: -moz-linear-gradient(center top , #585858, #3D3D3D);
clear: both;
margin: 0 auto;
}I’m not sure why it is not overriding it. Any help is greatly appreciated!
Thanks
- The topic ‘Child CSS not overriding parent’ is closed to new replies.