Pierre Boulanger
Active member
Hello,
I used to use the following code to change the Like icon with a little heart
With the update I noticed that there is a nice feature with reactions that does not work for me. I removed the code but still no reactions popping up. Can you please advice?
After the update I also noticed that there are 2 user avatars. Haw can I remove one?
Thanks!
I used to use the following code to change the Like icon with a little heart
Code:
//Change-Like-icon//
.likeIcon::before{
content: '\f004';
color: #e40929;
}
.actionBar-action.actionBar-action--like::before{
content: '\f004';
margin-right: 4px;
}
With the update I noticed that there is a nice feature with reactions that does not work for me. I removed the code but still no reactions popping up. Can you please advice?
After the update I also noticed that there are 2 user avatars. Haw can I remove one?
Thanks!