Home New Guten Forums WoodMart support forum Mobile Menu lines

Mobile Menu lines

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

    rlifestylestore
    Participant

    For the mobile menu and category menu how do I remove the lines that show below each menu item?

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

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-nav-mobile > li > a, .wd-nav-mobile > li > ul li > a {
        border-bottom: none !important;
    }

    Best Regards,

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