how to remove the search function?
-
Hi,
I have the 2014 theme. Would like to get rid off the search function.
Thank you,
CThe blog I need help with is: (visible only to logged in users)
-
Hi there,
It can be hidden by adding the CSS below to the customizer in My Sites > Customize > CSS:
.header-main .search-toggle { display: none; }Adding custom CSS is only possible with a Premium or Business plan.
I hope this helps :)
-
Hi!
Yes thank you, unfortunately dont have Business Account. Will leave it like this for now :)
-
Hi Garysixtyeight!
I’m attempting this as well (with the premium account), but cannot get it to work. I’m new to CSS, but have copy pasted what you wrote into the CSS customizer, with no luck. Any advice?
Thank you!
-
Hi there,
The CSS I posted previously was for the Twenty Eleven theme only.
For the theme currently being used on your site, Pictorico, please try using this instead:
.header-search { display: none; }If the CSS doesn’t have the desired effect, please let me know.
If you need help with anything else, please create a new thread.
Thanks :)
-
- The topic ‘how to remove the search function?’ is closed to new replies.