sidebar icon change [CSS] (other fa icons [code])

hollisticbuddy

Info


Created
5 months, 29 days ago
Creator
hollisticbuddy
Favorites
17

Profile


BY THE WAY copy the 4 letter code thingy at the fontawesome icon pages and replace the 4 letters in 'content:"\xxxx";' with them ^_^

74631643_8J3ByRJivf3APKT.png


/*bulletin*/
.side-nav .fa-newspaper::before {
content: "\e409";
font-weight: 600;
}

/*character*/
.side-nav .fa-users::before {
content: "\e409";
font-weight: 600;
}

/*link*/
.side-nav .fa-link::before {
content: "\e409";
font-weight: 600;
}

/*worlds*/
.side-nav .fa-globe::before {
content: "\e409";
font-weight: 600;
}

/*design*/
.side-nav .fa-palette::before {
content: "\e409";
font-weight: 600;
}

/*art*/
.side-nav .fa-paint-brush::before {
content: "\e409";
font-weight: 600;
}

/*gallery*/
.side-nav .fa-image::before {
content: "\e409";
font-weight: 600;
}

/*library*/
.side-nav .fa-book::before {
content: "\e409";
font-weight: 600;
}

/*comments*/
.side-nav .fa-comment::before {
content: "\e409";
font-weight: 600;
}

/*fav*/
.side-nav .fa-star::before {
content: "\e409";
font-weight: 600;
}

/*ownership*/
.side-nav .fa-check-square::before {
content: "\e409";
font-weight: 600;
}

/*stats*/
.side-nav .fa-chart-bar::before {
content: "\e409";
font-weight: 600;
}

/*message*/
.side-nav .fa-envelope::before {
content: "\e409";
font-weight: 600;
}

/*subscribe*/
.side-nav .fa-plus::before {
content: "\e409";
font-weight: 600;
}

/*authorize*/
.side-nav .fa-heart::before {
content: "\e409";
font-weight: 600;
}

/*block*/
.side-nav .fa-ban::before {
content: "\e409";
font-weight: 600;
}

/*report*/
.side-nav .fa-exclamation-triangle::before {
content: "\e409";
font-weight: 600;
}