StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Remove Atom Feed, Add Twitter (http://www.studiopress.com/support/showthread.php?t=24433)

lakersfan 03-20-2010 11:03 AM

Remove Atom Feed, Add Twitter
 
Hello: On our page www.ibizworks.com we would like to remove the "Subscribe to Posts" link and image and replace it with our twitter url and text "Follow us on Twitter" and a small Twitter image. Is this possible? Thanks.

SoZo 03-20-2010 12:06 PM

Yes. The links are located in header.php within the searchbarright div.

lakersfan 03-21-2010 03:15 PM

Thanks. We were able to changed the url link, but not the image. How do we replace the rss image with a Twitter image?

SoZo 03-21-2010 03:30 PM

You'll need to change the class for that link in the template and then add that new class to the style sheet. Copy/paste the existing rsslink, change the name then change out the image being called in.

lakersfan 03-22-2010 09:46 PM

Yep, that worked. My code in the style sheet looks like this:

.rsslink {
padding: 2px 5px 2px 15px;
background: url(images/rss.png) no-repeat left center;
}

.rsslink2 {
padding: 2px 5px 2px 15px;
background: url(images/twittersmall.png) no-repeat left center;
}


Thanks for your help, SoZo!

SoZo 03-22-2010 09:50 PM

Good job :clap:


All times are GMT -5. The time now is 02:15 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.