Hi all,
I have the CSS upgrade, and would like to remove the RSS and Search bars from the header on the Currents theme. How can I make this happen?
bvl
The blog I need help with is anobiumlit.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi all,
I have the CSS upgrade, and would like to remove the RSS and Search bars from the header on the Currents theme. How can I make this happen?
bvl
The blog I need help with is anobiumlit.com.
Adding the following CSS should do the trick:
#header-search {<br />
display: none;<br />
}
This topic has been closed to new replies.