Dashboard Visualisation - how to make Header and row "transparent"

Hi all, I would like task for your help. I am running a dashboard to display data from my PV. I am using Boom-Theme to make the dashboard looks nice. Boom-Theme offers a way to make panels etc. be transparent. I am now struggling to get the row and the head of the dashboard “transparent” as well. Looks like it stays with the setting fron Dashboard general settings (in my case dark). any idea how to make rows and the header transparent?
With Boom-Theme you can make a container transparent with the following command:

.panel-container {
background-color: rgba(0,0,0,0);
}

Would be great to get the right values for rows and header?
I added a screenshot from my Dashboard

kind regards Peter

Hi @ab1304ps

I think your best bet for support on this one is to make an issue directly in the boom-theme repo:

Thanks for the feedback; already added an issue in the Repo, no answer yet.
But I did some testing on my side and found the correct setting for rows:

.dashboard-row–collapsed{
background-color: rgba(0,0,0,0);
}

1 Like