View Full Version : how to remove rss feed icon with additional css?
lUnknown
12-25-2011, 04:16 AM
i found this googling
.subslink{
display:none !important;
}
.forumactionlinks .subslink {
background-image:none !important;
}
which works perfectly but for some reason its only removing the subscribe icon, i want to also have RSS icon removed as well but i don't want to disable rss or edit template. just a simple css so i can use like that.
Which icon are you talking about, the one that's part of some browsers? Myabe you could just edit the headinclude template and take out this:
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2" />
lUnknown
12-25-2011, 01:24 PM
heya, i'm talking about this http://i.imgur.com/rZdHf.png
Oh...I don't know why I didn't notice that one. Anyway, it seems if you add this:
.rsslink{
display:none !important;
}
it works.
Skivey
06-12-2012, 04:40 PM
sorry to bump, where do I locate this css file???? Cant find the right one?!
I think you can add that in the additional.css template.
Skivey
06-12-2012, 07:59 PM
is it literally just 'add' it cos it dont seem to have done anything?
Do i need to add anything to the custom templates?
Thanks
--------------- Added 1339534921 at 1339534921 ---------------
ignore me i was in the wrong template!
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.