[Resolved] + and squares in menu and menu drop down

Home Forums Support [Resolved] + and squares in menu and menu drop down

Home Forums Support + and squares in menu and menu drop down

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1652839
    Sol

    Hello,

    the site halingwithzen.com is showing + signs in the top menu items and then squares in the sub menu items (under what we heal). How can I remove these?

    PS: love you guys

    #1652952
    Elvin
    Staff
    Customer Support

    Hi there,

    I’ve tried checking the site you’ve linked and I wasn’t able to open it. Can you confirm if the URL provided is correct so we could inspect?

    Let us know. 🙂

    #1653988
    Sol

    So sorry, Elvin! It’s healingwithzen.com

    #1654283
    David
    Staff
    Customer Support

    Hi there,

    to remove the submenu tofu icons use this:

    .dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
      display: none;
    }

    Or you can change them to a plus:

    .dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
      content: '+';
    }
    #1655365
    Sol

    THANKS, DAVID, YOURE THE MAN.

    #1655718
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.