Support

Account

Home Forums ACF PRO Replace instead of append Reply To: Replace instead of append

  • Hi @rikbuist97

    Thanks for reaching out to us.

    You can replace the title by assigning the icon value to the title as below.

    $item->title = ' <i class="fa fa-'.$icon.'"></i>';

    Hopefully this helps.