A few weeks back, you helped me to get an outline working at the base of the navbar, so I could have a two color bottom. The solution worked great, until testing in Firefox. Normally, I test in Firefox, but missed it this time. I know there are issues with outlines and Firefox now, so I tried the alternative of a box-shadow at the bottom and then removed both attempts, but for some reason, I still get the duplicate in the middle of the slideshow.
Do you see this white bar? If so, where is it coming from? I cannot find it in the dom.
Here is the header item, as-is, without the outline or the box-shadow code:
header.header_color { border-bottom: 6px solid #444444; }
Found a really odd caching issue with Firefox. eventually had to nullify what was previously put in quick css with !important code. Not sure why, but we have a temporary solution. That might need someone to look at.
Hi,
I can find this code:
header.header_color {
border-bottom: 6px solid #444444 !important;
outline: 0 !important;
box-shadow: 0 0 0 3px #ffffff !important;
}
Just remove this part of the code:
box-shadow: 0 0 0 3px #ffffff !important;
And that should fix it. :)
Best regards,
Nikko