How to completely remove/hide pack branding (icon + pack name) from the bottom of custom cards?

I’m trying to make a simple utility Pack that returns clean, minimal data cards (title at top-left + big metric number below) meant to be used like dashboard widgets inside docs.

Everything works great except one visual detail: every card rendered by my Pack shows the pack’s icon + pack name at the bottom (screenshot below).

I’ve studied the official card examples (e.g., the D&D Spells card, the GitHub Issue card when no URL is provided, some of the stock Coda-made packs, etc.) and many of them have no such branding in the footer – just the card content itself.

Things I’ve already tried without success:

  • Setting linkProperty and returning link: "" (empty string)
  • Omitting the link property entirely
  • Using an empty string or null for idProperty / linkProperty
  • Different combinations of featuredProperties, subtitleProperties, etc.

None of these remove the branding bar.

Is there a supported way to render a card with no pack branding/footer at all, exactly like the official cards examples do? If it’s intentional that community Packs always show branding, is that documented somewhere? (I couldn’t find it.)

Any help or pointers would be hugely appreciated – I just want super-clean metric cards for dashboards.

Thanks in advance!

1 Like

Hi @lolfert - Unfortunately I don’t think that’s supported. The screenshots in the documentation are a bit out of date, and this is what the DnD card example shows up as today

(I named the Pack “Spell Card”.)

It seems that at some point we started putting the Pack name and icon in the footer, and I have to go back and update the screenshots. Sorry for the confusion.

2 Likes

Thanks for clarifying. That’s too bad. I suppose I’ll use Stylish as a workaround.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.