Support

Account

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

Solved

Tagging posts on a front-end form

  • Hi

    I have a front-end form that allows site members to create a new post and create new tags for the post.

    Is there any way to permanently show the plus button that only appears on hover when adding a new tag?

    At the moment there is no way for site visitors to know that it exists as it only appears on hover.

    Thanks

  • 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 🙂

  • That worked great, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Tagging posts on a front-end form’ is closed to new replies.