Tagged: footer
How can I add logo, text and social media links (see http://nxtindustries.com/portfolio/ for an example) to the footer of the website?
Hi papernapkinmarketing!
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Please copy&paste this code inside a Text widget in Appearance > Widgets – http://pastebin.com/VrJcE22D
then add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .social_bookmarks li { clear: none !important; }
Cheers!
Yigit
Hey Yigit –
Perfect, it worked, thank you!
How do I change the color of the font in the footer to white?
Thanks!
Todd
Hi!
Please add following code to Quick CSS as well
#footer, #footer .widgettitle {
color: white;
}
Best regards,
Yigit
It worked, thank you! Last question. Is there an easy way to change the color and style of the social media links? I love the circle social media icons but not sure how to update them.
Hi!
Please add following code to Quick CSS as well
#top .social_bookmarks li a { border-radius: 100px; }
Cheers!
Yigit
What was that supposed to do? Or maybe I did it and I don’t know what I am looking for, lol.
Awesome, thank you!