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

, ,

4 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;
    }

Leave a Reply to Richard Click here to cancel reply.