Home Forums WoodMart support forum Mobile Menu

Mobile Menu

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

    brandershut
    Participant

    Hello,

    How can I get rid of icons built-in the Mobile Menu? I want to change/delete them in the menu.

    Thanks!

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

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can hide icons for these menu items, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .mobile-nav .wd-nav-mobile .menu-item-compare>a:before,
    .mobile-nav .wd-nav-mobile .menu-item-wishlist>a:before {
        content: '';
        margin-right: 0;
    }

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regards

Tagged: 

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