Home Forums WoodMart support forum How to remove the dropdown icon on the menu if I have the sub cagetories

How to remove the dropdown icon on the menu if I have the sub cagetories

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

    HARSLE
    Participant

    I want to remove the dropdown icon like this, how to do

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

    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)