Home › Forums › Theme support › Theme Tammoo: Menu trouble › Reply To: Theme Tammoo: Menu trouble
Hi,
I think we fixed the problem in one of the last updates. But it’s not a big problem, you can remove the double labels also with css. Please go to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.mean-bar .menu_secondo {
display:none;
}
This should solve the problem.