Can I hide the number of raffle tickets remaining or amount purchased?
Last updated:
March 8, 2024
Yes. The number of tickets remaining can be changed in Advanced Options when editing the Raffle Item. Expand advanced options below the Item Description box.
The number of tickets purchased can only be hidden using CSS which can be added to your campaign in the Branding Section of the campaign dashboard.
/*--------- Hide 'Number Purchased' for raffle tickets ----------*/
gb-raffle-item-info tr:nth-child(3) { display:none;}