How to make theme color same as product color

Hello guys, i’m new to velo and i need help with making the theme color same as product color.
the color of the theme change dynamically when i’m changing the product color.
Thanks.

Hello from the Wix DevRel Team!

This sounds like it’s possible with Velo, but your post doesn’t give enough detail for me to know for sure. You should be able to change the color and backgroundColor of most of your site’s UI using the Style method.

You could theoretically write a function that queries your database collection for product info relating to the color of the product and then write out some pretty basic logic that changes the color, backgroundColor, etc. based on what’s present in the database collection.

Hope this helps!

Rob

Thank you Rob for your answer, so what exactly i’m trying to do is to make the colors on the product page ( logo , buttons ) be the same as the product color , this site provide an example for it : skims. com
Thanks.