Hi
does anyone know how I can remove the search bar at the top of my homepage?
Thanks
Hey there,
You can achieve what you’re after by adding following custom CSS to your theme using Advanced CSS Editor:
#bbpress-forums #bbp-search-form{
display:none;
}
Best of luck 🙂
Hey thanks so much. that worked.
I have a different search bar at the bottom of my homepage.
It is a widget (appearance> widgets) in Content Bottom 2. Do you know how I can get it to the top of the page like on this ww.wp.xz.cn website?
thanks
Hey there,
A plugin like this one should probably do the job 🙂
Hmm, it doesnt quite fit in. Plus there doesnt seem to be an option to make it look like the one on this website or to sit above the menu items. Any idea how to rectify this? thanks again