Changing the color of the space behind the Kanban cards

Please add this code to page settings → Custom code → Footer area. Make sure to replace the BLOCKID with your block name, YOUR_COLOR with the color code, save and publish.

<style>
#BLOCKID .card-ul-element{
	background: YOUR_COLOR;
}
</style>
2 Likes