Having an issue with a WordPress template that features a blue "headline" box that I need to change the color of to #333399. I tried inspecting the element, browsing through the code, and identified the code below as what needed modification:
#headline, #headline2 {
width: 100%;
height:55px;
padding:20px 0 10px;
background: #fafafa;
border-bottom: 1px solid #fff;
border-top: 1px solid #d9d9d9;
box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.08) inset, 0px 2px 5px rgba(50, 50, 50, 0.02);
}
In the WordPress dashboard, I accessed "Theme Options"--> "Custom CSS" and added the code above, but changed "background: #fafafa;" to "background: #333399;". This resulted in the top box on my website turning clear with the CSS coding displaying. Even after reverting back to the original code in "Custom CSS", the problem persisted. I cleared browser history, but the issue remained. How can I:
- Restore the top bar to its original black color?
- Change the blue title bar to #333399?
Website: