Home Forums WoodMart support forum how to remove borders inside and outside in the menu?

how to remove borders inside and outside in the menu?

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

    sales.gvesi
    Participant

    how to remove borders inside and outside in the menu?

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

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .wd-dropdown-cats .wd-nav-vertical.wd-design-default,
    .wd-dropdown-cats .wd-nav-vertical.wd-design-default>li:not(:last-child) {
        border: none;
    }

    Kind Regards

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