CSS in child theme not over riding parent
-
The CSS in my child theme will not override the parent theme. I’m assuming this is the problem but I could be wrong. All the CSS I put into my child theme is not working. May you please help me figure this out? Thank you so much!
Below is my website and a copy of the code in my child theme style.css…
/*
Theme Name: Simplo Child
Template: simplo
*/
@import url(“../simplo/style.css”);#topSocial {
font-weight:bold;
font-size:20px;
color:#3b5998;
}.postItem h1 a{
color:#3b5998;
}
- The topic ‘CSS in child theme not over riding parent’ is closed to new replies.