So question. I have a ACF Field Group that I am using a repeater in as an accordion for an FAQ section. Each item has a header (text), sub header (text) and content section (WYSIWYG Editor). In the ACF editor for the ‘header – presentation’, I added a new class ‘smaller-h5’, and added it to the ‘Wrapper Attributes’ section… which all seems to work fine. See the two screenshots.
Issue is, the class doesn’t seem to be appearing on the page ‘header’ section.
<h5 class=”acf-element acf-element-heading [it should appear here]”>XXXX</h5>
I did republish the page after I made the ACF changes, so upon the republish it should have grabbed the latest ACF changes… but it didn’t seem to. Cache is not an issue either.
Is there something I have to do to publish ACF field group data? I am fairly new to ACF! Thanks for the info!