Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Hi @netvilox,
If you're a developer you can customize wpForo template as you like and replace the like icon with the heart one.
An update safe way for such customization is described in this doc: https://wpforo.com/docs/root/forum-themes/theme-customization/
If you're not a developer below is a simple code that allows you to make customization:
1. The following js code should be added in the active theme's js files.
jQuery('.wpf-like-icon > i').removeClass('fa-thumbs-up').addClass('fa-heartbeat');
2. Put the CSS code in the "Custom CSS code" textarea, located in the dashboard > Forums > Settings > Styles admin page:
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-like i.fa-heartbeat {
font-weight: bold;
}
Delete all caches and check again.
There are many files in js
Pls specify.
The following js code should be added in the active theme's js files.
Pls specify