Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › How to create a main menu dropdown indicator for the sub menu only
Tagged: main menu, sub menu, dropdown indicator, icon in menu
Use this CSS code if you need to have a drop down arrow on the submenu only, not the main menu. This is from support that I received.
.fusion-main-menu .fusion-dropdown-menu .sub-menu> li>a a:only-child:after { content: ”; }
#menu-main-navigation > li > a .fusion-caret{
display:none;
}