Ok, so this is strange. I just started having another similar issue with the color of the lower border line on the header. I have been using the custom CSS below to make the lower border color a very light grey, but the color started showing blue (which I am guessing is from my theme color).
#header-section, #mini-header {
border-bottom-color: #e5e5e5;
}
I was able to resolve the issue by moving the custom css code into a different position. In other words, when I moved custom css below some other custom css, or even above certain css code, the issue was fixed. But for some reason it no longer works in the position it was in (which was right above some Nav search button custom css).
I have never had an issue with custom css only working based on the position it is in. Is this something new?
Alan