
we3cares
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
--> // Home category list icons $(document).ready(function() { // Set Home page fontawesome category icons (Ex: #YOUR_CAT_ID --> #20115356 ) //Set Icons Replace (Ex: --> your fontawesome icon ) $('#YOUR_CAT_ID a span').append(''); $('#YOUR_CAT_ID a span').append(''); $('#YOUR_CAT_ID a span').append(''); $('#YOUR_CAT_ID a span').append(''); });