This topic has 1 reply, 1 voice, and was last updated 6 years, 4 months ago by Spiracle Themes.
-
AuthorPosts
-
-
Charley RennaGuestI 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.
-
Spiracle ThemesGuestHi 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> <a href="#" target="_blank"><i class="fa fa-twitter"></i></a> <a href="#" target="_blank"><i class="fa fa-instagram"></i></a> <a href="#" target="_blank"><i class="fa fa-google-plus"></i></a> <a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
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
-
-
AuthorPosts