Topic: Disable or Remove RSS Feed Icon and Function
Hi, how can RSS Feed Function and Icon be removed? Thanks...
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 troubleshooting → Disable or Remove RSS Feed Icon and Function
Hi, how can RSS Feed Function and Icon be removed? Thanks...
Hello,
The easy way is using CSS to disable this link and icon from users .
Just go to punbb\style\Oxygen\
Open Oxygen.min.css
Go to Line 330
find this line
.options > span.first-item {
border-left: 0px none;
padding-left: 0px;
margin-left: 0px;
}
Add >> Display : none
just like this
.options > span.first-item {
border-left: 0px none;
padding-left: 0px;
margin-left: 0px;
display : none;
}
Hi, Thanks for the help. I will try this latter.
Hi, I've edited the file and RSS Feed Icon is gone. Thanks a lot...
I tried this to remove the RSS and it worked but it also removes the "advanced" link in search and it also removes the "New posts" link.
So I wanted to do the same, remove RSS altogether and there is a setting for that in FluxBB but the feature is missing in PunBB.
Usually PunBB wins at everything so I am surprised to see it not in place.
Any other way to completely remove RSS logo and link?
PunBB Forums → PunBB 1.4 troubleshooting → Disable or Remove RSS Feed Icon and Function
Powered by PunBB, supported by Informer Technologies, Inc.