On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
How to change forum icons
#2
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
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";
}


Messages In This Thread
How to change forum icons - by rocketfoot - 12-13-2017, 09:58 PM
RE: How to change forum icons - by WallBB - 12-14-2017, 07:28 AM
RE: How to change forum icons - by rocketfoot - 12-14-2017, 11:40 AM
RE: How to change forum icons - by WallBB - 12-15-2017, 06:24 AM



Users browsing this thread: 1 Guest(s)