Support

Account

Home Forums Front-end Issues Color picker set in "Edit Category" don't show in front-end. Reply To: Color picker set in "Edit Category" don't show in front-end.

  • Hi @elliot !

    I use code below, I want to use the_field(‘color’) in “Edit Category”.
    <span class="categorys font-s" style="background-color:<?php the_field('color'); ?>"><?php the_category(' ') ?></span>

    It’s in single.php and index.php , and other fields are working fine.