PDA

View Full Version : Atom/Rss feed link removall


JamesJWeg
Jul-14-2005, 10:02 AM
How do I remove the Atom Feed and RSS Feed buttons from my site?

James.

Barb
Jul-14-2005, 10:16 AM
How do I remove the Atom Feed and RSS Feed buttons from my site?

James.
Hi James :)

Put this in the stylesheet section of your customization:

#feeds { display:none}

JamesJWeg
Jul-14-2005, 10:20 AM
Thanks! Top shelf stuff there, exactly what I was after, but a search found nothing.

James.

sebmour
Oct-09-2007, 03:07 PM
Hi James :)

Put this in the stylesheet section of your customization:

#feeds { display:none}

It does not work for me :dunno

Andy
Oct-09-2007, 03:21 PM
It does not work for me :dunno
BarbBug!

the code needs to be like this:

#feeds {
display:none;
}

But my question is, why are you hiding them? Looking at your site, (great work, btw!), it seems that you want people to see your work. Feeds are a great way for people to not only find you, but to stay up on your new additions, etc.

irfarious
May-09-2012, 11:22 PM
I still see it

irfarious
May-09-2012, 11:23 PM
This is how i've pasted the code in my css

/* hide breadcrumb by default so it doesn't show until after it's been modified */
#breadCrumbTrail {visibility: hidden;}

.breadCrumbTrail_home, .breadCrumbTrail_category, .breadCrumbTrail_subcategory {display:none;}

#feeds {
display:none;
}

rainforest1155
May-11-2012, 02:55 AM
Can you include a link to your site / the specific page you still see the feeds so we could take a look?

Andy
May-11-2012, 03:52 AM
#feeds {
display:none;
}

You can turn off feeds by a simple button in your control panel, settings tab now.

irfarious
May-11-2012, 04:28 AM
You can turn off feeds by a simple button in your control panel, settings tab now.

yup, got it, thanks