Update font

This commit is contained in:
Hoang Huu
2019-09-28 14:21:28 +07:00
parent ab7b289eeb
commit f7b1996b75
25 changed files with 96 additions and 81 deletions

View File

@@ -20,7 +20,7 @@ $property = opalesetate_property( get_the_ID() );
<div class="property-address">
<?php if ( $property->latitude && $property->longitude ) : ?>
<a href="<?php echo esc_url( $property->get_google_map_link() ); ?>" rel="nofollow" target="_blank">
<span class="property-view-map"><i class="fa fa-map-marker"></i></span>
<span class="property-view-map"><i class="fas fa-map-marker-alt"></i></span>
</a>
<?php endif; ?>