The only way I fixed it was to roll the theme back to v2.8.4, but it works again now, so…. until they bother to fix the problem that’s where mine will be staying 🙂
I got the exact same problem, seems to have appeared today, defo wasn’t a problem yesterday. The drop down menu for selecting product size, colour etc is showing white text on a white background now so you can’t see it. Yesterday the text was black I’m pretty sure.
I’m searching for an answer myself and will update here if I find anything 🙂
Hey,
I managed to remove this using simple css, if anyone wants to know how to do it, read below…
Login to your wp-admin dashboard.
Select : Appearance > Customise
Select : Additional CSS
Add the following css code
li#wp-admin-bar-i-agree-popups {
display: none;
}