Tagged: social media icons
Hi Folks
Do you have some code I can put in a text widget so that I can display the enfold SM icons in my footer (FB, Twitter, G+, Youtube, Pinterest, Skype)
Thanks
Richard
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .social_bookmarks li {
clear: none!important;
}
and copy/paste this into Text widget in Appearance > Widgets – http://pastebin.com/75KkpMZ5
You need to change the URL’s
Cheers!
Yigit
Thanks Yigit
That works nicely – but after each SM icon there is a “vertical line”…you don’t get this with the icons in the header. Is it possible not to see this line?
Thanks
Richard
Hi!
I don’t see any icon in the link you posted but try adding this too:
#footer .social_bookmarks li *{
border: 0 !important;
}
Cheers!
Josue
Hi Josue
That last bit of code didn’t change anything – I till have the border after the SN icon
http://wizz.solutions/pages/contact/
This is what I’ve got in the quick CSS box now:
#footer .social_bookmarks li {
clear: none!important;
}
#footer .social_bookmarks li *{
border: 0 !important;
}
Thanks
This will do it:
#footer .social_bookmarks li {
clear: none !important;
border: 0 !important;
}
Regards,
Josue
It did!
Thanks for such a speedy reply Josue
KR
Richard
You are welcome, always glad to help :)
Regards,
Josue