The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to remove rss feed icon with additional css?
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. |
#2
|
|||
|
|||
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:
Code:
<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" /> |
#3
|
|||
|
|||
heya, i'm talking about this http://i.imgur.com/rZdHf.png
|
#4
|
|||
|
|||
Oh...I don't know why I didn't notice that one. Anyway, it seems if you add this:
Code:
.rsslink{ display:none !important; } it works. |
#5
|
|||
|
|||
sorry to bump, where do I locate this css file???? Cant find the right one?!
|
#6
|
|||
|
|||
I think you can add that in the additional.css template.
|
#7
|
|||
|
|||
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 [DATE]1339534921[/DATE] at [TIME]1339534921[/TIME] --------------- ignore me i was in the wrong template! Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|