Hey folks – I’d like to replicate the social media icons that are in the header of the theme for the footer -any clues as to the best way to do this?
I tried copying and pasting the code from the web inspector’s html – this didn’t work though…cheers
Hi ShortieD ;
I think you can try it here :
Dashbord > Theme Options > Footer > Social Icons
Hi!
You can refer to solution @begrafiks posted above if you would like to show your social links in socket section. If you would like to display them in a footer column, please copy & paste HTML into a text widget and then add following code to Quick CSS
#footer .social_bookmarks li { clear: none !important; }
@begrafiks thanks :)
Cheers!
Yigit