Hello,
I'm not sure in what section this belongs so I'm posting it here.
I'm testing and trouble shooting a new update of a WordPress theme. The old version of the theme is here (sample page):
http://terrybraunstein.com/events-news/
and the new version is here:
http://sg.terrybraunstein.com/events-news/
(with the child theme active). I'm running the new version through a child theme for the purpose of customization and I do have the proper URL in the child theme inserted which is:
As you see in the old version (AND in the updated NEW version as well) there is a sliding black bar above the menu that is showing a white space above the menu item when you hover on it.Code:@import url('http://www.sg.terrybraunstein.com/wp-content/themes/yin_and_yang/style.css');
The NEW version menu also has the same feature (see example here: http://108.atwebpages.com/ - this one is with the main theme active) but it only appears when I have the main theme active, but NOT when the child theme is active, even when the child theme is completely empty of any other codes except the @import line above!
I'm trying to find out what is the problem but I don't even know what code, what elements are creating that black bar above the menu. Has been trying to find it with Firebug extension on Firefox but did not succeed.
So please let me know what is creating that bar and if possible how to fix that while having the child theme active.

