Support

Account

Home Forums General Issues ACF Color Picker, how? Reply To: ACF Color Picker, how?

  • <div style=”background-color:<?php $post = get_post(page_id); ?><?php the_field(‘field_name’); ?>”>Something here…</div>

    *replace page id with the id, where you created the backend ‘select color’
    ** replace field name with the field you created in acf for color picker