[Resolved] Change icon for submenu

Home Forums Support [Resolved] Change icon for submenu

Home Forums Support Change icon for submenu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1079515
    Andreas

    Hi

    I have a site with a submanu and i want to change the default icon for showing the submenu items.

    I want to change the submenu icon to a plus icon both when the submenu is open and closed.

    I found the follwing css:

    .slideout-navigation .dropdown-menu-toggle::before {content: "\f107" !important;}

    But i couldn’t change the icon to a plus icon.

    #1079569
    Andreas

    Hi

    I forgot to say that this was an off canavas menu.

    I solved this issue by adding the following code to the style.css

    .slideout-navigation .dropdown-menu-toggle::before {
        font-family: FontAwesome !important;
        content: "\f067" !important;
    }
    .slideout-navigation .sfHover > a .dropdown-menu-toggle::before {
    	font-family: FontAwesome !important;
        content: "\f068" !important;
    }
    #1079595
    David
    Staff
    Customer Support

    Glad to hear you found the solution

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