For some reason on one of my sites running Iconic Pro, when the page is first loaded it has one of the menu bar items “hovered”.
Here is example of what I expect to see regarding menu
—
Here is example of pre-selected
—
Markets tab is pre-selected
How is that?
I do have some additional CSS
#searchsubmit {
color: #333333;
}
.themonic-nav li ul li a {
color: #222222;
}
.themonic-nav li ul li a:hover {
color: #000000;
}