Hello. I'm posting here trying to find someone to help me. I use the katrina theme and I need to click to call for phone number.This is the source code on item.php
<?php } ?>
<?php if ( osc_item_city_area() != "" ) { ?>
<div class="contact-button link-phone">
<i class="fa fa-phone" aria-hidden="true"></i>
<span class="hide-tail"><?php echo osc_item_city_area(); ?></span>
<a href="#" class="click-tel"><span class="textm"><?php _e('Show phone', 'katrina'); ?></span></a>
</div>
<?php } ?>
Thanks