How do you add new social links at bottom of site? I would like to add pinterest but it's not showing. I have already added the image to the image folder and added this to the footer:
Quote:
<li class="social_6"><a target="_blank" rel="nofollow" href="http://pinterest.com/flyclothing/">Pinterest</a></li>
|
and this to the theme css
Quote:
.footer_nav_last li.social_6 a:link,
.footer_nav_last li.social_6 a:visited { color: #fff; text-decoration: none; background: url(../images/social/32/pinterest.png) 3px no-repeat; }
|
but the image is not showing up properly. It also looks like I need to increase the footer height.