Aug 10, 2019 10:01 pm
4 Replies
Aug 12, 2019 10:38 am
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.Β
Aug 30, 2019 7:14 pm
There are many files in js
Pls specify.Β
Aug 30, 2019 7:16 pm
The following js code should be added in the active theme's js files.Β
Pls specifyΒ