Support

Account

Home Forums ACF PRO Flexible content class Reply To: Flexible content class

  • So – at the moment I’m using:

    1. A colour Picker field
    2. <div class=”section-space” style=”background-color:<?php the_sub_field(‘colour’); ?>”> In my template

    I don’t like the idea of using inline style. Also – I’d like to make the process of adding colour easier for my client. Currently I would have to tell them what #hex colours to use – not a great idea.

    So any improvements would be great. I’m thinking of a select for colours options perhaps?.