This is more of a generic CSS question I guess, but I really don’t know CSS that well.
I am using some global styles for group titles and descriptions.
The first problem is that these styles are not being added to a group title and a description. I need to add these styles specifically to the group on the form which means I am duplicating CSS which is a maintenance nightmare.
Is it possible to centralise all this CSS in one place (I use WPCodeBox) and just target these items directly?
What CSS selectors would I use for that? Is there a list somewhere?