Skip to content
JIX edited this page Jul 14, 2020 · 1 revision

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