Hi @jarvis
thanks a lot for your answer!
Following the manual on this page: https://www.advancedcustomfields.com/resources/hiding-empty-fields/
The code I am supposed to use is something like this:
`<?php if( get_field(‘field_name’) ): ?>
<?php endif; ?>
Sorry for being stupid — but how can I combine it with the your code?
Thank you!