Support

Account

Home Forums ACF PRO Background-color on flexible fields Reply To: Background-color on flexible fields

  • Hi John,

    In page-template.php

    Background is a colorpicker ACF field

    <?php 
    $background = get_sub_field('background');
    ?>
    
    <section class="content <?php echo $background ?>">
       <p> --------</p>
    </section>