Override the default styles for the "call to action" card

Hello! I’m trying to override the default styles for the “call to action” card provided by the Ghost editor, but I can’t find any documentation for it. I presume this is something you can exclude by configuring your theme’s package.json, but like I said, there is no mention of a CTA card in the docs. Any idea? Thanks!

I found on Github the CSS file for the CTA card, so if I add in my package.json this lines…

"card_assets": {
    "exclude": ["cta"]
},

… and it works! If someone could complete the documentation with a line or two about this card, it would be perfect. Thanks!

The docs are open source! Please open a PR. :slight_smile: I think this is the file you want?

Oh, thank you, I’ll take care of it.

1 Like