XF 2.3 Replace like reaction icon

PhineasD

Well-known member
Licensed customer
How can I change this icon? I'd like to replace it with an image, but I haven't find the template.

1765382907039.webp
 
Solution
Solve it with css:

CSS:
img.reaction-image.reaction-image--emoji.js-reaction {display: inline-block;}
.reaction.reaction--imageHidden.reaction--1 i::before {display: none;}
Solve it with css:

CSS:
img.reaction-image.reaction-image--emoji.js-reaction {display: inline-block;}
.reaction.reaction--imageHidden.reaction--1 i::before {display: none;}
 
Solution
Back
Top Bottom