how do i add social media icons to be appear at the bottom of the site?-footer

CR Started by Charley Renna · September 13, 2018 at 3:03 pm · 1 reply 1 voice Last reply 7 years, 9 months ago
CR
Charley Renna Original poster Member
#1

I cannot find a way to add social media icons to the footer. I have tried everything. Also, the footer is too big and since I only have three widgets, they are off-centered as though there is still space for another widget on the right.

ST
Spiracle Themes Original poster
#2

Hi Charley,

The demo import will give you the footer icons by default. If you prefer not to use the demo import then you have to add a few HTML lines for that. I am writing down the HTML for you. First of all, you need to drag the CUSTOM HTML widget from left to your FOOTER COLUMN widget and then you can copy paste the HTML and edit according to your requirements.

<a href="#" target="_blank"><i class="fa fa-facebook"></i></a> &nbsp; &nbsp;

<a href="#" target="_blank"><i class="fa fa-twitter"></i></a> &nbsp; &nbsp;

<a href="#" target="_blank"><i class="fa fa-instagram"></i></a> &nbsp; &nbsp;

<a href="#" target="_blank"><i class="fa fa-google-plus"></i></a> &nbsp; &nbsp;

<a href="#" target="_blank"><i class="fa fa-linkedin"></i></a> &nbsp; &nbsp;

You just have to enter your URL in #. To add more icons you can visit
Font Awesome Icons and copy the icon name and paste after fa-

To have 3 columns footer, Go to Appearance -> Customize -> Footer Settings and set Number of Footer Widgets to 3 and save.

Let us know if you need further assistance.

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to how do i add social media icons to be appear at the bottom of the site?-footer

By posting, your reply becomes public (unless marked private).