PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.navigation ul.menu ul.sub-menu li.menu-item-has-children:after {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5px;
content: '\\f105';
font-family: 'FontAwesome';
}Regards,
PenciDesign.