Home Forums WoodMart support forum Mobile Menu Mods

Mobile Menu Mods

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

    [email protected]
    Participant

    Hello,
    How do I make modification tot he mobile menu behavior? Currently for any menu item that has sub-items, there is a little arrow on the right within a box. When you click the arrow it becomes a white chevron and the box becomes black. I would like to remove the box and keep only the arrow that when clicked, stays black and points down.
    Thank you,

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

    Hello,

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

    body .icon-sub-menu.up-icon {
        background-color: transparent;
        color: #000000;
    }

    Best Regards

Tagged: 

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