12-14-2017, 07:28 AM
Hey Rocketfoot,
Single fontawesome icon is quite easy mate, you changed the forumbit_depth2 template and now use this css as well in global.css
Replace the below code in global.css
Single fontawesome icon is quite easy mate, you changed the forumbit_depth2 template and now use this css as well in global.css
Replace the below code in global.css
Code:
.forum_status {
font-size: 30px;
text-align: center;
}
.forum_status i {
display: inline-block;
line-height: 50px;
}
.forum_on {
color: #ffa84c;
}
.forum_off {
color: #bbb;
}
.forum_offlink {
color: #ccc;
}
.forum_offlock {
color: #ccc;
}
.forum_offlock i:before {
content: "\f023";
}
.forum_offlink i:before {
content: "\f0c1";
}