You got quite close. There’s no such element as “.v-label-caption”. The “smallerFont” style is applied directly to the element that contains the label text, so the following will suffice:
Note, though, that there might be some more specific selector that overrides the above selector, so adding e.g. “body” or “.v-app” before the “.smallerFont” might be necessary.