07/19/2017 at 2:05 pm
#429672
Keymaster
@ Jacky
RE: Could you please elaborate on the solution? I would really like the phone and email icons instead of display the actual word label.
After playing with this, you can use some custom CSS. Add the following to the theme’s custom CSS area:
span.address-name {
display: none !important;
}
span.adr.cn-address:before {
font-family: FontAwesome;
content: "\f041";
}
It’ll remove the address name label and add the map pin FontAwesome icon. You should be able to use similar CSS for the phone and email icons.
Hope this helps, let me know.
