Quote from
Asgaros on November 20, 2017, 2:29 pm
Those dont seem to be supported WordPress dashicons. In your case you have to add custom css rules for each forum by hand. I dont know this icon pack so I also cant provide you the corresponding code. But it could be something like this:
#af-wrapper #forum-123 .forum-dashicon::before {
/* Your Code. Replace 123 with the corresponding ID of the forum. */
}
Those dont seem to be supported WordPress dashicons. In your case you have to add custom css rules for each forum by hand. I dont know this icon pack so I also cant provide you the corresponding code. But it could be something like this:
#af-wrapper #forum-123 .forum-dashicon::before {
/* Your Code. Replace 123 with the corresponding ID of the forum. */
}