Support

Account

Home Forums Feature Requests Checkbox > Colors Reply To: Checkbox > Colors

  • Hi @berniinfante

    maybe something like this:

    
    <div style="color: <?php the_field('color'); ?>">
    <p>I will take on the color chosen!</p>
    </div>
    

    This example should be clear enough. Please consult google for more CSS / color code

    Thanks
    E