Home › Forums › ACF PRO › Override back-end labels ? › Reply To: Override back-end labels ?
Yes that helps a lot. It almost worked right as you wrote it, but this way also the values of the checkboxes are changed, so there needs to be one minor change.
CHANGE
$(".acf-field-123456789abc label").each(function(i){
TO
$(".acf-field-123456789abc .acf-label label").each(function(i){
Then it works like a charm.
Thnq.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.