Hello, I add the email to my contacts page, but now i have the address and phone with a icon before, but the email has no icon.
How can i add an icon here?
Thanks
Hi luismi
Please edit this file /templates/GK_Decor/html/com_contact/contact/default_address.php around line 78 find
<span class="contact-emailto"> <?php echo $this->contact->email_to; ?> </span>
and change to:
<span class="contact-emailto"> <span class="fa fa-envelope"></span> <?php echo $this->contact->email_to; ?> </span>
Regards
pavit
Thank you for your answer and help.
It's working fine now.