Home Forums WoodMart support forum Remove dropdown menu arrows

Remove dropdown menu arrows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #296258

    fjagsantos
    Participant

    I need to remove the dropdown arrows from the main menu.
    I’ve seen some code here on the support forum but none worked.

    Attachments:
    You must be logged in to view attached files.
    #296300

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-nav >li.wd-has-children>a:after, .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
        display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)