• maurice.m.meyer

    (@mauricemmeyer)


    Does anybody know how to remove the dropdown arrow on submenus? I searched through the code and images of the theme, but I haven’t found anything leading me to how to do it.

    I’m trying to do this because it interferes with WPML – see screenshots.

    Screenshot 1
    Screenshot 2

    Any help would be gladly appreciated!
    Thanks a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • emranemranx

    (@emranemranx)

    Hi there,

    Thanks for writing in,

    If you wish to remove the drop down icon from the menu bar so you can add following code under Appearance > Theme Options > Custom CSS:

    .link-effect a span.arrow {
      width: 0px;
    }
    
    .link-effect a.sf-with-ul:after {
        display: none;
    }

    Hope this helps!

    Thanks.

    maurice.meyer

    (@mauricemeyer)

    Thanks, that was exactly what I needed!

    Seems like I also found my old ww.wp.xz.cn account 😀

    emranemranx

    (@emranemranx)

    You’re welcome! 🙂

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

The topic ‘Remove submenu dropdown arrow’ is closed to new replies.