Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › How to remove buy now from header › Reply To: How to remove buy now from header
Set IS_DEMO=false from .env in your root. It will be removed demo header from your live site.
IS_DEMO=false
Best regards