- This topic has 8 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Adding an email icon to footer widget
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
Hi 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,
Dave
The 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!
Correction, here’s the line of code that worked.
I’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> ––>
was your issue resolved?
Yes. 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>
Hi Jonathan,
Thanks for sharing the info.
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]