In the menu items with subchoices I get an arrow pointing down. I would like to remove the arrow. In another thread I read that one can do that by adding the following lines to the style.css in the childtheme:
#header-menu > li.menu-item-ancestor > a {
background: none;
padding-left: 15px;
}
But that doesn’t do the job in my case. The only thing that happens is that the arrow moves to the right (over the beginning of the text of the parent menu item). I’m using Graphene 1.6.
What could the problem be? Thanks!