Skip to content
Radoslav Georgiev edited this page Oct 21, 2018 · 2 revisions

Purpose

The Color field allows users to select a color through the Iris color picker.

color-field

Settings

There are no additional settings for the Color field.

Usage

Both get_value and the_value functions will return a hexadecimal color code.

<p style="color: <?php the_value( 'message_color' ) ?>">This is a colorful message.</p>
Clone this wiki locally