I recently downloaded the Explore theme and in the pages it has a style page show fonts and colours used on the site. Below the colours is a code like “var(–contrast-2)” and when I change colours this code does appear in the place where you would enter the hex code. I looked under the customize area and there doesn’t to be a place to change this. Can you please help guide me through changing these site wide?
Each color set in the Global Color pallet is loaded into a CSS variable eg. --contrast-2. If you change that global color then all instances of that variable will use the new color.