Hello @Drew-ART, Sorry for the delay.
With settings editor you can do the same when you change a theme setting. So in this case you can change the colors. These settings are restricted. If you want to make bigger changes on buttons etc. You have to create a new component -and activate it to the theme- where you can place your code.
I am not too familiar with kanban CSS but I think the data-category-id is should be a number.
Looks something like this.
[data-category-id="your-category-id"] {
.discourse-kanban-list {
width: 50%;
}
}
And you have to place this in a new component. Something like I show here: FKB Pro - Social theme - #88 by Don
Hello @Fma965, Yes, technically it’s possible. Now it works like when you use the right sidebar component then the default section is hidden but it possible to use the both together with some CSS I think.
Hello @thisisjoshjones, Thanks
Yeah I think, I have to update the theme CSS to suits the new core modal changes. I’ll fix this.