Archived topic
Style sheet colour coded??
1 reply · Started by Derek on February 17, 2023
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?
Hi there,
in Customizer > Colors:
https://docs.generatepress.com/article/global-colors-overview/
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.