Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    02.09.2015 at 19:38 #20337

    Howdy.

    http://www.onsteel.fi

    I want to have the country flags for language change without the down arrow, is that possible? I managed to do it with Evolve+ but the same CSS does not seem to work with Alora.

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    02.09.2015 at 20:32 #20344

    Hi,

    Please try the following codes in your Theme Options -> Custom CSS

    .nav-holder ul.menu > li.menu-item-has-children > a::after, .top-menu ul.menu > li.menu-item-has-children > a::after, li.my-account > a::after, li.cart > a::after{ content:"" !important; }

    If I am not wrong, doing this will remove all the down arrow in the menu, including other menu items.

    Thanks!