Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you mean for the header image?
Hey doyouevenblog,
If you’re referencing the color you select with the little slider in the Customizer under Colors > Custom, there’s unfortunately no way to add a hex code right there at the time being.
However, you can use this code gist to change it to the hex color of your preference. Everywhere you see hsl( 326, 100%, 33% ); /* base: #0073a8; */ replace it with your hex color and include a semi-colon at the end, like this #F47834; … after that copy and paste all of that code into the Additional CSS box in the Customizer and you should be good to go.
Let me know if you run into any trouble.
Ann
-
This reply was modified 7 years, 6 months ago by
nanoanno.
You’re so welcome. Happy to help!