Articles on: Plans & Billing

White-label - removing or replacing the BlockPress credit footer

---
title: White-label — removing or replacing the BlockPress credit footer
section: Plans & Billing
slug: white-label-credit
---


By default, articles published with BlockPress emit a small "Made with BlockPress" footer at the bottom — visible to your storefront readers. This article explains who sees that credit and how to remove or replace it.


## Who sees the credit


| Plan | Footer behavior |
|---|---|
| **Free** | "Made with BlockPress" link — always shown |
| **Growth** | No credit footer |
| **Pro** | No credit footer |
| **Max** | Configurable — remove entirely or replace with your own custom credit |


Translation: as soon as you're on **any paid plan**, the BlockPress credit disappears. There's no behavior unique to Free except that link.


## Customizing the credit (Max plan)


On the Max plan, you can set a **custom credit string** that appears in place of the default. Common use cases:


- **Agencies:** "Designed by Acme Studio" — so your client articles show your agency's name, not ours
- **In-house team credit:** "Created by the BrandX Editorial Team"
- **Empty:** leave blank to remove credit footers entirely


### How to set it


1. Open `/app/billing` in the BlockPress dashboard
2. Scroll to the **White-label credit** section (only visible on Max plan)
3. Enter your custom text (plain text — HTML and scripts are stripped for security)
4. Save


The new credit:


- Applies to **newly published** articles immediately
- Existing articles update on their next save
- Strips on storefront if you ever leave it blank later


## Where the credit renders


If you View Page Source on a published article, you'll see something like:


```html
<div class="bp-credit" style="margin-top:24px;padding-top:14px;...">
  Designed by Acme Studio
</div>



The wrapper class is always bp-credit so you can target it in your theme CSS if you want to restyle.



Downgrading from Max



If you downgrade Max → Pro, your custom credit setting is preserved in the database but stops applying — Pro shops emit no credit at all. If you re-upgrade to Max later, your custom credit resumes automatically.



Why we don't make Free shops removable



The "Made with BlockPress" credit on Free articles is the upgrade incentive that makes the Free tier sustainable for us. It's a deliberate friction point — not a permanent restriction. Upgrading to Growth ($9/mo) removes it.



Questions about white-label for a specific client setup? Open chat with the details.

```

Updated on: 26/05/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!