Home › Forums › All Other Themes › Adding an email icon to footer widget
- This topic has 8 replies, 2 voices, and was last updated 6 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 4, 2016 at 3:43 pm #48465
How can I add a email icon with a link for our webmail access, to Footer Widget 4, in the Gravida Theme?
The webmail access link address is : https://csigas.com:2096
Regards, John Rankin
October 5, 2016 at 5:14 am #48518Hi John,
Kindly go to Appearance>>Widget>>Footer Widget 4
Drag and drop text widget in footer widget 4 and add this code:
<i class="fa fa-envelope" href="https://csigas.com:2096" target="_blank"></i>
Regards,
DaveOctober 5, 2016 at 3:24 pm #48619The solution that you provided didn’t work, however it gave me enough information to experiment with and I was able to get the line of code below to work, following your instructions.
<i class=”fa fa-envelope”></i>
I’m still trying to figure out how to either center or move the email icon to the far right.
Thank you for your guidance!
October 5, 2016 at 3:59 pm #48627Correction, here’s the line of code that worked.
October 5, 2016 at 4:00 pm #48628October 5, 2016 at 4:24 pm #48631I’m sorry for the multiple posts. The line of code that I pasted into the message doesn’t completely display. I’m trying one more time using HTML comment tags.
<!–– <i class=”fa fa-envelope”></i> ––>
October 6, 2016 at 9:22 am #48707was your issue resolved?
October 6, 2016 at 1:39 pm #48739Yes. The issue was resolved. I would be happy to post the code, however, I can’t figure out how to get all the code to display in this post. The href portion of the solution doesn’t display.
Many thanks to this forum for the solution they provided as it led me to a solution that worked.
Thank you!
<p align="right"><a href="https://csigas.com:2096" target="_blank"><i class="fa fa-envelope"></i></a> </p>
October 7, 2016 at 4:56 am #48783Hi Jonathan,
Thanks for sharing the info.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.