Please can you share the relevant code to enable changing the colour of these icons?
.fa-heart-o, .fa-bookmark-o, .fa-comment-o, .fa-bell-o{
color: red !important;
}
OR
.fa{
color: red !important;
}
1 Like