Primary Nav

Remove Drop Down Arrows in Navigation in WOO Canvas

I struggled to find the CSS or any sort of indication of how to hide these drop down arrows in the navigation in Canvas. I found the solution for other themes and old solutions for Canvas, but nothing was working. Then I thought I had it, but it wouldn’t always work. WOO Ninjas set me straight and pointed me to the Javascript line to comment out.

As of Canvas 5.2.3, it’s line 13 of /includes/js/general.js

Comment that one out and you should be good to go. I’d actually prefer not to edit core files, so they also gave me this CSS option, but I’m not sure it worked consistently.

Here’s a screenshot of the jQuery code.

Remove Drop Down Arrows in Navigation in WOO Canvas

Remove Drop Down Arrows in Navigation in WOO Canvas

, ,

10 Responses to Remove Drop Down Arrows in Navigation in WOO Canvas

  1. Richard May 17, 2013 at 2:50 pm #

    Thank you for this, I could not work out where the arrows were coming from! Your css solution seems to work for me but the “>” characters have been replaced with “>” in the snippet above (at least for me).

  2. Richard May 17, 2013 at 2:53 pm #

    Arggh! It looks like it has happened again. I am trying to say I think it should be “li.parent >” not “li.parent & g t ;”.

  3. Lee August 28, 2013 at 5:49 pm #

    Neither one worked for me but this did:

    #navigation .nav li.parent > a:after {
    content: none !important;
    }

    • Bradley Charbonneau September 4, 2013 at 8:45 pm #

      Thanks, Lee. This one was a pain, wasn’t it!?

    • adrienne September 30, 2013 at 12:07 am #

      Thanks Lee. Your version worked for me too.

    • Ligia June 6, 2014 at 1:34 pm #

      It works great! thanks :)

  4. Ben October 13, 2013 at 2:50 am #

    Thanks a lot!!

  5. Deric December 30, 2013 at 4:18 pm #

    Thanks so much for this… was struggling with this one for hours. The CSS solution worked for me.

Trackbacks/Pingbacks

  1. works | - January 5, 2014

    […] was die Entfernung der nervigen dropdown-pfeile im Menü angeht wird auch eine Lösung angeboten: https://wpu.me/remove-drop-down-arrows-in-navigation-in-woo-canvas/ hälst du die Vorschläge für proper? wenn ja, schau ich mir das gerne genauer […]

Leave a Reply