<!--ACF HIDE IF EPMTY CUSTOM FIELD -->
<?php if( get_field('mobil') ): ?>
<li><?php the_field('mobil'); ?></li>
<?php endif; ?>
<!--IF ELSE HIDE - SHOW DIV IF THE_FILED IS EMPTY!!!!!!!-->
<?php if( get_field('hogyan_keszult_link') ){ ?>
<style type="text/css">.hogy-keszul-cta{
display:block;
}</style>
<?php
}?>
//CUSTOM FIELDS SELECET OPTIONS
<?php if( get_field('color') == 'red' ): ?>
<p>Selected the Red choice!</p>
<?php endif; ?>