How to get value of customizer field in css

I am sure this is documented somewhere but I couldn’t find it. What I like to do is to get a text color customizer field to style different elements on the page (e.g. active links, button colors, …). How can this be done in PG?

Select the element, then click the “Element Properties…etc…” button at the top right, the first icon from the left. And the button next to it “Style CSS”.

Thanks @AllMediaLab Well, I know how to style an element and bind one customizer value to one element but not several. Found that you can use the action “Display Theme Mod” on several elements. Maybe it is also possible to go to the attribute editor and add the “wp-cz-conrol”-stuff there if you want full control in code :wink: