Notifications
Clear all

wpForo 1.x.x [Solved] How do I change online light bulb icon

7 Posts
3 Users
2 Likes
2,208 Views
Tattootroy
Posts: 14
Topic starter
(@tattootroy)
Eminent Member
Joined: 6 years ago
Posted by: Robert

Try this. Navigate to Dashboard > Forums > Settings > Styles admin page. Put this CSS code in Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on forum front-end:

.fa-lightbulb:before {
     content: "\f030";
     font-weight: 600;
}

Wow, Great, Thanks 

Page 2 / 2