Navigation Bar Color Change
I know that changing the coloring of the navigation bar should be pretty straightforward. Yet, I'm missing something. I'm using the red theme in Vantage, and I created a child theme. Since I'm importing the red.css from the parent theme, I tried changing this code for the background:
#rounded-nav-box {
border: 1px solid #6b0100;
background: #bc0200;
That didn't work. So I tried putting the code in the style.css file for my child theme, but that didn't do it either. So help a guy out. What am I overlooking here?
Thank you