Home Forums WoodMart support forum expand and collapse menu

expand and collapse menu

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

    reallove0810
    Participant

    Hello,

    I see so many websites with expand and collapse menu at the footer (mobile version). Because the content is too long when all of them are expanded. Ex: apple.com
    It would be nice if the next update supports this feature.
    I have another question.
    And on the menu of mobile version. I also want to change from narrow to “plus and minus”. If it’s not too complicated, could you help me to customize it?
    https://prnt.sc/kw4z18

    Regards

    #77938

    Hello,

    We shall consider the option for our one of the future updates.

    As for mobile menu, please add this code to the Theme settings > Custom CSS:

    .icon-sub-menu:after {
        content: "\f068";
        font-family: FontAwesome;
    }
    
    .icon-sub-menu.up-icon:after {
        content: "\f067";
         font-family: FontAwesome;
    }

    Best Regards

    #78095

    reallove0810
    Participant

    Hello,

    Thanks so much for your support. It works well ^^

    Best Regards

    #78106

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘expand and collapse menu’ is closed to new replies.