I would like to learn how to write a CSS class without constantly asking for your help, as long as this does not mean revealing your professional "secrets" acquired in your professional activity.
Example:
I searched in the source code ...
of a dashboard information about the various components, but I can't find what I need, but Is it the right thing to do?
Example:
A few days ago, an user asked how to make the background of a group transparent, and @hotNipi replied:
.bg-group-background {
background-color:transparent !important;
}
Where this information (.bg-group-background) can be found?
and again, I would like to be able to change the background color and size of the text of the list of dashboard...
Where this information can be found to create a class?
Let's start from here, if it's possibile ....
Thank you in advance for the help and patience.