CSS: .myClass .wixClass {property: value} NOT working

Thank you a TON @onemoretime !!!

It works! Both of them:

  1. for the vector image:

.myCustomClass path {
fill: red;
}

It works perfectly & tested & confirmed. I’ve also changed the properties in the “setup table“ just to check if it applies because it works or because of a glitch / catch etc… , and it works perfectly, tested and confirmed.
… some details, maybe is relevant for others having this or similar issue:

  • with the “path“ thing, it takes the “item“ off of the DevTool, but for what I need it doesn’t bother me as long as it does its job.
  • if you let me push it a bit… in the case of vector-images that have more than one color (two or three), how should I write the properties (what is in the “{…}”), because if I just write “fill 1, fill 2, fill 3“ obviously won’t work. (this is not a dire issue, more of a “cosmetic“ one, no problem if you don’t know how, just asking.)

1. for the progress bar:

.myCustomClass [data-testid=“progressbar-foreground”] {
background-color: red;
}

I’ve tried it for the moment with “[data-testid=“progressbar-background”]“ (hence I don’t have yet data in the CMS so that the foreground to be >0), and it works perfectly, tested and confirmed. I’m positive sure that the foreground one works too, and I will test it soon.

I thank you again @onemoretime for your answer & help, and since you solved two of my issues (and so that I can check as solved both of your replies), you can a copy/paste the vectorImage one on my previous post so I can check your message as “solved the issue“ there too. (link: CSS custom class does not apply as stated - #10 by Gabriela_Todorut ).

Also I’m planning to open another thread for the “grid“ issue, (it’s not a burning issue since I’ve found workarounds) so that if there is a solution, others can have access to it too.