Tagged: social icons, text widget
Hi,
Is there a way to get all of my enabled social icons that appear above the header copied into a text widget? I have tried the following code, but only the first icon shows up. See pic: https://www.evernote.com/shard/s163/sh/6626fe65-abfd-4d5d-aa62-1ee9e4289a90/52728226bb9867847f4b1cfa3999ab0b
Here is code:
https://www.evernote.com/shard/s163/sh/e1ed59e6-3884-4946-bef9-2321afcd47c1/8f1cedf3ac0111d30f2bd54407c2908b
I’m not looking to use the magic wand, Font Icon shortcode. I’d like the icons to work on hover, and match what is in the header, with exception to being larger, as in my referenced picture above. You can see the FB icon in the widget is large. It is also hoverable.
Thanks,
Eric
Hey Eric!
Add this code to the Quick CSS:
.textwidget .social_bookmarks {
height: auto !important;
}
.textwidget .social_bookmarks li {
clear: none !important;
}
Cheers!
Josue
Hi Josue,
I added your code to my Child Theme CSS. It worked!
Thanks much,
Eric
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue