Home › Forums › Support › Change icon for submenu This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago by David. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 27, 2019 at 4:33 am #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. November 27, 2019 at 5:17 am #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; } November 27, 2019 at 5:36 am #1079595 DavidStaff Customer Support Glad to hear you found the solution Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In