Home Forums WoodMart support forum how to remove header menu arrow

how to remove header menu arrow

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #468319

    mustafasofiya
    Participant

    hi team how to remove the menu arrow from menu

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

    Hello,

    You need to remove the drop-down submenu: https://xtemos.com/docs-topic/create-mega-menu/

    If you have any questions please feel free to contact us.

    Best Regards

    #468723

    mustafasofiya
    Participant

    no, you didn’t get my point I need to drop it down. just i want to remove the arrow only

    #468725

    mustafasofiya
    Participant

    i need a drop-down menu. just I want to remove the arrow i don’t need that

    #469019

    Hello,

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

    .wd-header-main-nav .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    	content: none;
    }

    Best Regards

Tagged: 

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