You got it just well, doing what you describe does works but you may not be targetting the right element in your theme, “.wizardGreenBtn label” might be it. Note that if you want to style every button widget at once, you can skip the extra class part and write
.button-container label {
/* etct */
}
Or to style every button in a specific container, give that container an extra css class and write
As you say, I have worked out how to do it with everything in specific containers but was hoping to be able to set it up properly in the Theme so I only then when I’ve set up the session file correctly I only need to change a few properties and affect the whole session file.