Wikidot Design & Development

Remove RSS link from ListPages module

It has nearly been two weeks since my last post, mainly because I’m (supposed to be) studying for exams, but I just couldn’t resist myself, so here’s a very quick little tip.

RSS link

When you use the ListPages module to generate an RSS feed, a little icon with a link to that feed is automatically added to the bottom of the list-pages-box. But if you already have a more pronounced link to your RSS feed elsewhere on your site, you may want to remove this link. By just adding the code below, now you can…

.list-pages-box .feedinfo {
    display: none;
}
Site design © BMC WebDesign, 2011. All rights reserved. All tutorials on this site are free for commerical use, subject to conditions outlined in the disclaimer.