Text custom CSS Class not working

First of all, thank you for your help.

So I’ve updated @ global.css : .s-NameBigDuane-28dpi { color: red !important; font-size: 8px !important; }

And I’ve studied the DevTool:

Think that the targeted (wix dom element) _id: #bla-bla-bla is the “container“ or something like that (I see here my color: red and font-size: 8px, also in DevTool it is a <div id=“bla-bla-bla”), but I recognize the actual color and size on this element “daughter“ (or something like that, <p class (bla-bla-bla))…

I’ve looked everywhere If I can access the “text“‘s id (instead of the text box), but I fail to see one.