Hi team, I can't see the words “Address” or ‘Phone’ on the contact form; the “jicons-icons” class adds the “visually-hidden” attribute, leaving blank spaces
vgutierrez2012 Hi
You can override with this custom css:
.contact span.jicons-icons.visually-hidden {position: unset !important;}
Thanks, Saguaros. I added the CSS code, and now the labels display just fine.
Glad to hear that 😉