Remove arrows showing top-level menu items with children

  • AIRCOM

    #7754

    How can I remove the v-shaped arrow that appears next to menu items that have sub-items? my blog : http://www.aircom.p5alias.domicile.fr/

    I tried to put this code in my CSS file:

    #header-menu > li.menu-item-ancestor > a {
    background: none;
    padding-left: none;
    }

    But now I have the arrow under the text of my menu, but it is still there… Am I doing something wrong?

    Thank you in advance

    http://www.aircom.p5alias.domicile.fr/

    Anonymous

    #39230

    Add

    background-image: none !important;

    AIRCOM

    #39232

    Yeah! It’s working!!! Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.