Yes @b4ngali, that’s possible. It does require a little bit of custom code though. Here’s an example you can adapt:
https://github.com/Charitable/library/blob/master/general/unhook-default-charitable-template-functions.php#L35
You will need to replace line 35 (the highlighted one) with this:
remove_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_loop_donation_stats', 8 );
See https://github.com/Charitable/library#how-to-use-the-code-snippets for how to add this snippet to your site.
Cheers,
Eric
Hi,
Thanks for that, worked a treat….How about removing the total amounts from the individual campaign page? I dont need the general public to see the total amount raised.
Hi,
Saw your other reply to someone else asking the same. Is there a code to not show in any campaign page ever? Also where can i change the font color etc of the “Custom Amount” as when typed in nothing appears but if you highlight it then you can see the amount.