Hi Dude,
Thank you so much for your help!
1) I can now click the icon and my facebook/twitter opens on a new window. Thank you.
2) I added/replaced all the text as you have indicated in the custom.css and the header.php and I think I'm halfway there, but may have done something wrong.
- I also added etsy to custom.css:
.social_bookmarks .etsy a {
background: url("../images/skin1/etsy.png") no-repeat scroll 0 0 transparent;
}
and to header.php
Etsy and Pinterest icons are not visible in the header now; however, if I hover over their space and click, I can get to the associated page.
This is what I have:
<ul class="social_bookmarks">
<li class='rss'>">RSS
<li class='pinterest'>Pinterest
<li class='etsy'>Etsy
<?php
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'>Twitter";
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'>Twitter";
?>
<!-- end social_bookmarks-->
3) I would also like to rearrange the icons like this, if it's possible (I tried and ended up making a mess and had to revert to the original code):
RSS, facebook, Pinterest, Twitter, Etsy
Cheers!