In the arras theme, how do i remove the rss feed button on the navigation menu? www.motorbikecentral.com Thanks
Well it's in this code: <ul class="quick-nav clearfix"> <li><a id="rss" title="Motorbike Central RSS Feed" href="http://www.motorbikecentral.com/?feed=rss2">RSS Feed</a></li> </ul> Code (markup): So just delete that. Then your css: .quick-nav #rss { Code (markup):
That will under the theme header.php file... If you not getting the code there then you can check the theme option under the admin..
I mean under the theme folder there is header.php or if you not getting the Rss code in file then you login into admin panel, You see the "Appearance" there will be theme option or setting..
I mean under the theme folder there is header.php or if you not getting the Rss code in file then you login into admin panel, You see the "Appearance" there will be theme option or setting..