Can anyone guide me through how to remove the drop down arrows that appear in my navigation menu? They only appear when there is a drop down option.
I found the following code that apparently will remove the arrow the ALSO the space that the arrow use to take up ... is this correct and more importantly how do I go about using it to create the change?
#header-menu > li.menu-item-ancestor > a { background: none; } #header-menu > li.menu-item-ancestor > a { background: none; padding-left: 10px; }