Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    September 2, 2015 at 7:38 pm #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
    September 2, 2015 at 8:32 pm #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!