Home Forums WoodMart support forum How can i disable the arrow and the width in the dropdown?

How can i disable the arrow and the width in the dropdown?

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

    Agora
    Participant

    Hello, may I know how can I remove the arrow in the dropdown menu and how can I adjust the dropdown menu width ?Thanks!

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

    Hello,

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

    body .menu-simple-dropdown .sub-menu-dropdown, 
    body .menu-simple-dropdown .sub-sub-menu {
        width: 320px;
    }

    I have checked the site and I do not see the arrows in your main menu, please clarify.

    Best Regards

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