Murph
9 years agoContributor
Customizing Idea Exchange Icons using CSS
We have an Idea Exchange we use to publish the Product Roadmap for our application that's been a big hit! I've been trying to customize the icons that exist for each status and have been running into...
- 8 years ago
Hi Murph,
You can use the following class to change the primary icons on Idea Exchange Page:
.IdeaPage .lia-component-ideas-widget-statuses .lia-status-idea-new:before, .IdeaExchangePage .lia-component-ideas-widget-statuses .lia-status-idea-new:before {
content: "\f059";
}Thanks,
Payal