Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Customizer API Custom WordPress Customizer Settings Custom Text Color Picker and Font-size Settings

Justin Estrada
Justin Estrada
34,995 Points

Adding Alpha values (Opacity Sliders) to WP_Customize_Color_Control?

Does anyone know how to make the WP_Customize_Color_Control accept rgba() alpha values or is there a way to extend it so that It can?

1 Answer

Sue Dough
Sue Dough
35,800 Points

The default color picker of wordpress does not support this. Check out this article http://pluto.kiwi.nz/2014/07/how-to-add-a-color-control-with-alphaopacity-to-the-wordpress-theme-customizer/ . It requires quite a bit of knowledge and skill level.