Viewing 1 replies (of 1 total)
  • Moderator jordesign

    (@jordesign)

    Hey @theinternetnerd you can try out this CSS code to remove that.

    /* Hide menu dropdown icon */
    .primary-menu>li>.icon {
        display:none;
    }
    .primary-menu>li.menu-item-has-children>a {
        padding-right:0
    }

    You’ll be able to add that following these instructions. if for some reason that doesn’t work – sharing a link means I can look directly at your site instead of just what works in my test of the TwentyTwenty theme).

Viewing 1 replies (of 1 total)
  • The topic ‘Remove sub menu drop down indicator’ is closed to new replies.