Remove Dropdown Arrow in Menu
-
Hello,
I am trying to remove the arrow that is next to the page name in my menu when it has sub menus. I use the Linen theme.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
To remove the arrow that indicates there is a submenu on a menu item, add the following to your custom CSS.
.sf-sub-indicator { display: none; }
- The topic ‘Remove Dropdown Arrow in Menu’ is closed to new replies.