Hi Nicola
Thanks for reaching out.
All menus in Ultra are now social icon ready, it sounds like this feature is getting in your way. A Xing icon will be added if the link/URL contains the string: xing. It shouldn’t happen if xing is in the menu label though.
We can roll this back by doing the following:
1. If you don’t have a Custom CSS plugin installed then go to Plugins > Add New and search for Simple Custom CSS. Install and activate.
2. Go to Appearance > Custom CSS and insert:
/* Remove social icon menu feature for Xing network */
.menu a[href*="xing"] {
color: #5a5d60 !important;
font-size: 14px !important;
}
.menu a[href*="xing"]:before {
content: none;
}
Replace #5a5d60
and 14px
with your menu color and size assuming they are different to the above values.
Hope that helps. Let me know how it goes.