@samc, thanks for writing in. I have tested the Component CSS issue you mentioned above and cannot replicate it, this is working as expected for me. I did the following:
- Created a “Button” Component Set and exported it as “Primary Button.”
- I opened my “Home” page and added the Component to this page.
- I went back to the Component Set and added custom Element CSS to the Component, confirmed it applied in the Component Set, and saved it.
- I navigated back to the “Home” page and the Component was reflecting the CSS changes as expected.
If you could provide more details on what CSS you’re trying to apply and how it’s working, that might help us narrow down what is happening, as this appears to be working for me. Alternately, if you can provide login details to your site with explicit details on which Components you’re having this issue with and where they’re used on your pages, we could take a look into that.
As for the global colors, I have mentioned this elsewhere but there is a nuance with adding global colors in your palette if you plan to use the alpha slider technique. Basically, you always need to ensure your color is an rgba()
value for this to work, hex values will not get parsed properly at this time. If you are only using solid colors, any value will work, but if you plan to use the alpha slider to get a variation of your global color, it needs to be rgba()
, and this will work on both the frontend and the backend.
Thanks!