Removing buttons in header
-
I want to remove the RSS feed button and the search button from the header. How can I do that?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Can you give this CSS code a try?
.searchform { display: none; } #header #header-search .rss { display: none; } #header { padding: 65px; }That should remove the RSS link and the search form from your header. Just place the code above under Appearance -> Customize -> CSS.
Let me know if you need anything else!
- The topic ‘Removing buttons in header’ is closed to new replies.