Okay, so I tried again. Erased all the code on my Child’s Theme style.css, so it’s back to what is was when I downloaded it.
I used the developer tools on Google Chrome. When I inspected the sidebar menu’s gray bar (“Recent News”), I looked at the CSS (Under Matched CSS Rules) I saw this:
media="screen" mustangdaily.net
#primary sb h4, #secondarysb h4, ng.css:342
background-color: #333;
width 97%;
color: #fff;
padding: 3px;
}
I clicked on “ng.css:342” which opened up the CSS. Showing me this:
}
#primarysb h4,
#secondarysb h4,
#footerleft h4,
#footerright h4 {
background-color: #333;
width: 97%;
color: #fff;
padding: 3px;
}
I changed 333 to 29551a and copied just that code onto my Child’s Theme style.css.
The change did not show up after I updated the file.
So I was thinking it had to do with the ng.css.