Maybe this question has already been answered. However, I search for it and found nothing.
I'm a new user. Is there a way to make kanban boards more colorful like adding background colors? It seems that kanban boards are mostly black text on a white background when using Airtable on the web. It would be easier on the eyes if the white background could be changed to another color of my choosing. I'd also like to change background colors for each category and each task if possible.
Thanks.
Best answer by AirBenderMarcus
Hello,
If you're referring to the background color of the cards itself then you cannot edit that within Airtable itself. A lot of the visual customization features you might expect from something like Trello's Kanban board aren't presently available in Airtable. However, you can add a strip of color to the side of each card based on the color of options in a single select field or other criteria. You can also add images to the cards to distinguish between them that way.
If you're referring to the background color of the cards itself then you cannot edit that within Airtable itself. A lot of the visual customization features you might expect from something like Trello's Kanban board aren't presently available in Airtable. However, you can add a strip of color to the side of each card based on the color of options in a single select field or other criteria. You can also add images to the cards to distinguish between them that way.
// ==UserScript==
// @name Airtable - Change Kanban background
// @author Adam - The Time Saving Company
// @match https://airtable.com/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('#kanbanView > div.white { background-color: aliceblue !important; }');
And here's a link to a thread where I talk about something else I did with Tampermonkey!
Thanks for the Tampermonkey solution.
If I'm understanding Tampermonkey correctly, it only works in the browser. If I change colors in Airtable on the web will that propagate to the Android app?
If I'm understanding Tampermonkey correctly, it only works in the browser. If I change colors in Airtable on the web will that propagate to the Android app?
If you're referring to the background color of the cards itself then you cannot edit that within Airtable itself. A lot of the visual customization features you might expect from something like Trello's Kanban board aren't presently available in Airtable. However, you can add a strip of color to the side of each card based on the color of options in a single select field or other criteria. You can also add images to the cards to distinguish between them that way.
This topic is NOT solved in the least. ON top of it Airtable removed the original kanban color scheme and made it all white? it's horrible! kanban is much more difficult to look at now. the color strip is nothing, the column itself needs color and the cards need color to contrast it