Support

Account

Home Forums ACF PRO Tagging posts on a front-end form Reply To: Tagging posts on a front-end form

  • Hi @leanda

    I think you can use this CSS code to do it:

    .acf-taxonomy-field.acf-soh .acf-soh-target{
        visibility: visible;
        opacity: 1;
    }

    I hope this helps 🙂