Display a down arrow beside multi level menu items

Love this theme, but I have a menu that is 3 deep and I would like to show a visual clue to users that there are sub menu items.

I wondering if it is possible to display a down arrow or similar beside menu items that have sub menus?

I checked the forums and could not find a solution.

Thanks in advance

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media(min-width:760px ){
.menu-item-has-children a:after {
    content: "▾";
    margin-left: 5px!important;
     }
}

I hope this helps :slight_smile:

Best Regards,
Support

perfect. Thanks for your help with this

Kind regards
Kerry