Luke B Active member Licensed customer Jul 6, 2011 #1 The title pretty much sums it up. Whats the easiest aproach to get the social icon buttons in the footer like the example below? I had a good look but couldn't find what I was looking for in search. Thank you all
The title pretty much sums it up. Whats the easiest aproach to get the social icon buttons in the footer like the example below? I had a good look but couldn't find what I was looking for in search. Thank you all
Mr. Blogger Active member Licensed customer Jul 6, 2011 #2 Well you could easily google or find the icons off image sites. Then just add them by going into the footer in the templates and above: HTML: <ul class="footerLinks"> add: HTML: <div class="footerimages">the codes you want here..</div> Before this put this at the bottom of your footer.css. Code: .footerimages { float: left; } Thats how it worked for me. Upvote 0 Downvote
Well you could easily google or find the icons off image sites. Then just add them by going into the footer in the templates and above: HTML: <ul class="footerLinks"> add: HTML: <div class="footerimages">the codes you want here..</div> Before this put this at the bottom of your footer.css. Code: .footerimages { float: left; } Thats how it worked for me.
Luke B Active member Licensed customer Jul 6, 2011 #3 Sakura_ said: Thats how it worked for me. Click to expand... Thank you Sakura. My I see the site that you performed this on? Upvote 0 Downvote
Sakura_ said: Thats how it worked for me. Click to expand... Thank you Sakura. My I see the site that you performed this on?
Mr. Blogger Active member Licensed customer Jul 6, 2011 #4 Sure, and I will PM you the link. Upvote 0 Downvote