hide specific div on single.php [closed]

So i resolved that noob question… here is a recipe step by step;

  1. get some sleep
  2. repeat what you leaned with a fresh mind
  3. apply the structure:
<?php if( get_field('field_name') ): ?>
    <p>My field value: <?php the_field('field_name'); ?></p>
<?php endif; ?>