How can I add a new social icon at the top next to FB and Twitter? http://www.pavillonledoyen.com
Adding Pinterest to the social icons
5 posts from 4 voices-
Posted 1 year ago #
-
I would like to know this as well. And if anyone has an icon that would fit there, please share?
Posted 1 year ago # -
Hello schanzer,
You can add a new icon with link in the header.php of the theme files. Where the ul for the social bookmarks is, you'll need to add a new line like:
<li class='youtube'><a href="http://youtube.com...">youtube</a></li>Then add some new css to handle the display of the new icon. Add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.social_bookmarks .youtube a{background: transparent url(http://......yourimagelocation.png) 0 0 no-repeat;}Just put in the URL for wherever your icon image is located.
The icon sets listed in the theme docs are:
Portions of Iconsweets2 Icon set
Portions of Iconset Discovery
Portions of Web Injection Icon SetRegards,
Devin
Posted 1 year ago # -
Thanks!
Posted 1 year ago # -
Glad Devin could help you.
Regards,
MyaPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














