Little "mark" in menu when there are submenus

  • Anonymous

    #8408

    Hi, this is my website: http://www.cornelius-r.com/pruebas

    The second menu (“Entorno”), have submenus, then in the left side of the menu “Entorno” appears a “mark”. I think that’s not the “mark” that should appear. And when I see the site in an android device, the mark appears as a chinese font.

    What I can do?

    Thanks in advance

    Anonymous

    #41089

    If you want to remove the drop-down menu indicator, add this to Custom CSS,

    #header-menu > li.menu-item-ancestor > a:before {
    content: none !important;
    }

    Quote:
    And when I see the site in an android device, the mark appears as a chinese font.

    It is a Genericon. Your Android device may not be rendering it correctly.

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

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