menu problem

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

    markchenbroadsword
    Participant

    could you see why my ALL PRODUCTS menu with a color dot? how to remove it?

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

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wd-nav>li>a .menu-label {
                    display: none !important;
                }

    Best Regards.

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