Hi team,
I am working on a client site and have probably the stupidest and smallest problem, but it’s driving me nuts! I am using X–>Integrity–>Integrity Light, and had the simplest piece of line in custom CSS to tell the stacked header to be black and show no border between the site name and the navbar, like this:
.x-logobar {
border-bottom: 0px;
background-color: rgb(0,0,0);
}
This worked well until yesterday and I cannot root out what has happened. Deleted all custom CSS and JS I had, disabled all plugins except for Cornerstone but nothing helped. If I switch the header to inline, the bg is black, but when stacked as the client wants it, the bg is white and nothing I do will change it. What the heck happened?