Forum Discussion
Natkinson
Genius
keithkelly I think if you're swapping icons there's probably a couple ways to go about it. There may be a better way, but what I did was identify the icon used in the default CSS and then adding custom CSS to override the Khoros default. So for the notification bell, we replaced ours with something like this:
.lia-header-nav-component-widget .lia-notification-feed-page-link:before {
content: "\f0f3";
font: var(--fa-font-light);
}
for more details: https://fontawesome.com/docs/web/add-icons/pseudo-elements
I haven't found another way yet to easily replace built-in default icons.
keithkelly
3 years agoLeader
Ok, this makes sense - thanks!
Related Content
- 11 months ago