Changing the colour of the comment and notification icons using CSS

Please can you share the relevant code to enable changing the colour of these icons?

Screenshot 2022-10-17 at 10.35.53

.fa-heart-o, .fa-bookmark-o, .fa-comment-o, .fa-bell-o{
color: red !important;
}

OR


.fa{
 color: red !important; 
}
1 Like