I try to use on the footer awesome class="fa fa-map-marker" it don't work I found a substitution with "fa-location-arrow" but It's not the same signification. Is there another possibility?
Thanks
Re: fa-map-marker on the footer
Posted: 27 Sep 2021, 02:18
by mjau-mjau
Not sure where you are trying this, because I have tested and it definitely works with "fa fa-map-marker". If you are referring to the native X3 "button icons", you must use data-icon="map-marker" as stated in the examples and the (?) help section in footer settings.
Usage
<a href="LINK" data-icon="ICON" data-color="#AABBCC" title="HELLO"></a>
* Get icon name at Font Awesome
Re: fa-map-marker on the footer
Posted: 28 Sep 2021, 10:19
by christianch
with data-icon="map-marker" It's work thank :thumbsup: