Hi,
i would like to create a dropdown menu (main menu) with an arrow, if there is a submenü. Is that possible?
For the mobile menu you can create a klon for the submenu. Is that also possible for the desktop menu?
Both I cant find it in the settings. Maybe you have quick css?
Thanks a lot!
Hey claha,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.menu li.menu-item-has-children > a:after { content: ' ▾'; }
.menu li > a:only-child:after { content: ''; }
@media only screen and (max-width: 990px) {
li.av-width-submenu > a > span.dropdown_available:after { content: ' ▾'; }
}
If this doesn’t work for you please include a url to your site so we can adjust.
Best regards,
Mike
Thank you very much. It works!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike