MyBB Community Forums

Full Version: Change color of icon\f0e3?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello community,
How can I change/add the color of the icon?

.forums-icon_4 i:before {
    content: "\f0e3";

THX in advance for your help!
blongso
you can add color property to that style code
.forums-icon_4 i:before {
    content: "\f0e3";
    color: colorcode

[html color codes]