Custom RSS Icon
-
My blog http://www.merlinmason.co.uk is currently using the sandbox 1.6.1. theme with custom css… I’ve got the RSS feed widget in the primary sidebar but was wondering if it’s possible to replace the icon with a custom one (could be hosted on photobucket or something).
Is this possible or would it be easier to try and write the HTML inside a normal text widget?
Any suggestion would be great, thanks!
The blog I need help with is: (visible only to logged in users)
-
Not on the widget itself, no. You can make a text widget and put a custom RSS icon and a link to a feed in, but it won’t display post titles, etc.
-
-
-
Almost getting there… although that topic is now closed.
I’ve managed to get as far as hiding the original icon, and managed to make the new one appear in the tittle, but I’d prefer it to be next to the feed link… fairly sure I’m using the wrong selector, any ideas?
‘#rss_links-3 img {
display:none;
}.rsswidget {
background: url(http://i228.photobucket.com/albums/ee46/merlinmason116/RSS.png) no-repeat;
border:none;
}’Thanks!
-
#rss_links-3 a { background: transparent url('http://i228.photobucket.com/albums/ee46/merlinmason116/RSS.png') no-repeat; padding: 0 0 0 20px; } -
- The topic ‘Custom RSS Icon’ is closed to new replies.