Deleting the main search and RSS feed
-
I want to delete the search field and the RSS-feed options on the header of my blog. It is not part of the sidebar widgets. It was there when I created the blog.
The blog I need help with is: (visible only to logged in users)
-
To do that, you would have to have some CSS editing experience and get the Custom Design upgrade.
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-css/ -
If you want to try it out using the free CSS editing preview, this would be the code. Sometimes you might have to force refresh the preview page to see the changes.
.navright, #header #searchform { display: none; }
- The topic ‘Deleting the main search and RSS feed’ is closed to new replies.