Hello,
I was wondering if there was any way to make the facebook, twitter, flickr, and RSS feeds that are on my website bigger than they actually are. You can see them on the lower right side of my website at http://www.bryMphotography.com/
Hello,
I was wondering if there was any way to make the facebook, twitter, flickr, and RSS feeds that are on my website bigger than they actually are. You can see them on the lower right side of my website at http://www.bryMphotography.com/
Do you mean the small icons?
yeah, like is there a way to increase the size of them so that they're more visible?
Hey,
You could replace the icons with the Komodo Media Icons which are 32px by 32px (double the height and width of the default ones).
http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/
Once you have uploaded the replacement icons, the path to the images needs updating in css/style1.css / css/style2.css or css/style3.css - look for this code:
.wrapper #footer .social_bookmarks .rss a{background: transparent url(../images/skin2/rss_16.png) 0 0 no-repeat;}
.wrapper #footer .social_bookmarks .facebook a{background: transparent url(../images/skin2/facebook_16.png) 0 0 no-repeat;}
.wrapper #footer .social_bookmarks .twitter a{background: transparent url(../images/skin2/twitter_16.png) 0 0 no-repeat;}
.wrapper #footer .social_bookmarks .flickr a{background: transparent url(../images/skin2/flickr_16.png) 0 0 no-repeat;}
James
You must log in to post.