#15756
 Abe
Keymaster

To add icons to new items added by plugins you need to inspect the element using Chrome browser, get the ID of the specific list item and follow the above example.

Example to add for Buddypress Follow plugin that adds two new navigation items, Followers and Following

/* Following icon */
#buddypress div#item-nav ul #members-following-personal-li a:before {
    content: "\E98F";
}
/* Followers icon */
#buddypress div#item-nav ul #members-followers-personal-li a:before {
    content: "\E995";
}

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Log in with your credentials

Forgot your details?