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