On December 26, 2013 at 7:09 am
For Vimeo
open up header.php and add this line:
<li class="soc_vim"><a title="Vimeo" target="_blank" href="your vimeo link here">Vimeo</a></li>
after this line:
<li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>
Then add this to the very bottom of your stylesheet:
.social ul .soc_vim a{ background:url(âhttp://i.imgur.com/aw3oN.pngâ) no-repeat!important;}
.social ul .soc_vim a:hover{ background:url(âhttp://i.imgur.com/nP3JX.pngâ) no-repeat!important;}
for IMDB
IMDB ICON:
First open up header.php and add this line:
<li class="soc_imdb"><a title="IMDB" target="_blank" href="put your imdb url here...">IMDB</a></li>
after this line:
<li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>
then add this to your stylesheet:
.social ul .soc_imdb a{ background:url("http://i.imgur.com/FQOEC.png") no-repeat!important;}