Home Forums WoodMart support forum How to remove the Dropdown arrow icon from header menu items?

How to remove the Dropdown arrow icon from header menu items?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52359

    RobertP
    Participant

    I want to remove the dropdown arrow icon that appears at the right of the element name in the header menu when it has extra menu list.

    Please help.

    Thank you

    #52387

    Hello,

    Please provide your site link and specify which menu you mean?

    Best Regards

    #52410

    RobertP
    Participant

    Please see attached. Those drop-down arrow icons.

    I want to work as it is right now (i.e. when hover, the menu drops down), just that I want to remove the arrow icons so they are not visible.

    Thank you

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

    Hello,

    Please add this CSS to Theme Settings > Custom CSS

    .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
        display:none!important;
    }

    If the code does not work please provide your site admin.

    Best Regards

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