Home Forums WoodMart support forum how do I get rid of this in the menu

how do I get rid of this in the menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #402536

    Pipeworkpieces
    Participant

    No idea how it got there.
    I have tried forever to get rid of it and it always stays there.screenshot

    #402597

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .menu-label-primary {
        background-color: transparent;
    }

    Best Regards

    #402640

    Pipeworkpieces
    Participant

    that did not work.
    See attached

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

    Pipeworkpieces
    Participant

    that did not work.
    See attached
    But it is smaller now 🙂

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

    Hello,

    Please remove the menu item from the menu and try re-adding it then check back after clearing cache.

    Best Regards

    #402656

    Pipeworkpieces
    Participant

    no it just moved it to the next menu item when I removed that one,

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    span.menu-label.menu-label-primary {
        display: none;
    }

    Best Regards

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