Support

Account

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

  • I don’t think I understand enough by looking at the code you provided.

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