winning
Expert
Friendly Neighbour
Member Likes (0)
How to remove the RSS feed icon button/link on the top menu navigation bar? So we can have more space to fit more menu items.
Theme name WPMU Nelo. Link:
http://premium.wpmudev.org/project/wpmu-nelo-special-cms-frontpage-theme/
p.s. Why can't I attach any screenshot now in the tread?
Thanks!

Responses (11)
Member (joined February 2011) Likes (0)
Here is the screenshot.
Developer (joined February 2012) Likes (1)Liked by: 
Hi winning,
Just include this line to the style.css of the theme:
.rss-feeds{display:none !important;}
Cheers,
Hakan
WPMUDEV-ian (joined November 2011) Likes (0)
Heya Winning,
I just wanted to check whether the suggestion made bu Hakan has got the things sorted out for you ?
Please advise !
Cheers
PC
WPMUDEV-ian (joined November 2011) Likes (0)
Hello Winning,
We haven't heard from you on this one for a long time. Should the issue still be there, please let us know by re-opening this thread and posting here.
Cheers
PC
Member (joined May 2011) Likes (0)
Hi
I wanted to do the same thing. I followed your recommendation and it did not remove the RSS feed link. Any suggestions?
http://healthylifestyleseminar.co.uk
Member (joined February 2011) Likes (0)
@Diane
You can try to change your css for .rss-feeds is in file: wpmu-nelo/lib/css/base.css
You can find:
#navigation .rss-feeds
in file:
base.css
and add:
display:none !important;
there, which should hide the whole RSS icon and link.
Edit your style.css should work, too. Make sure you modify the right file that belongs to this theme - there is a dropdown in the Edit interface to choose which theme you want to modify.
WPMUDEV-ian (joined November 2011) Likes (0)
@Diane : If you find it difficult to find it in your css.
Just add the below code before the </body> tag of your footer.php
And the RSS part would just disappear :)
PS : If you are editing the code, always prefer using child themes so as the changes are not overwritten by theme upgrades.
As this topic is now resolved, I would mark this as resolved. Should you still be facing any issues, please feel free to reopen it and we would just be around.
@masonjames
Cheers
PC
WPMUDEV-ian (joined November 2011) Likes (0)
I tested the using firebug from firefox and here is how it looks once you add the code
Cheers
PC
Member (joined May 2011) Likes (0)
Thank you. I added the code to the footer and that worked.
WPMUDEV-ian (joined November 2011) Likes (0)
Heya Diane,
Thanks for the helpful :)
I am glad that you got it sorted out with my suggestion
Cheers
PC
People Person (joined February 2012) Likes (1)Liked by: 
Housekeeping :)
Become a member