Hi – I found a bug on your “black” skin of Enfold. The same problem is replicated on my page. Option lists with search are showing up in white with all the options hidden. Here’s a screenshot: http://hfadm.org/bug.png
Please let me know how to fix. Thanks.
– Kevin
Hi kcristella!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.chzn-container .chzn-drop {
border-color: #444444;
background-color: #111111;
color: #8C8C8C;
}
I’ll ask Kriesi to update the styling option as well.
Regards,
Devin
Thanks that fixes the visibility issue. Doesn’t match the theme 100% with the white background / blue highlighting but it’s good enough unless changing that is a quick fix as well?
I think for now its the best quick-fix. I’ve added it as an issue so Kriesi can take a look at it and update the Black color scheme properly.
That works, thanks. So if / when Kriesi updates the black color scheme, I should remove that Quick CSS, correct?